Package com.stripe.stripeterminal.external.api

Types

Link copied to clipboard
@JsonClass(generateAdapter = false)
data class ApiError(error: InnerError) : Parcelable

An ApiError is an object representing a Stripe API error object.

Link copied to clipboard
class ApiErrorJsonAdapter
Link copied to clipboard
enum ApiErrorType : Enum<ApiErrorType>

An enum detailing what type of error is being returned