Package-level declarations

Types

Link copied to clipboard
@Serializable(with = ApiErrorSerializer::class)
data class ApiError(error: InnerError)

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

Link copied to clipboard
@Serializable
enum ApiErrorType : Enum<ApiErrorType>

An enum detailing what type of error is being returned