StripeException
abstract class StripeException( val stripeError: StripeError? = null, val requestId: String? = null, val statusCode: Int = 0, cause: Throwable? = null, message: String? = stripeError?.message) : Exception
Content copied to clipboard
A base class for Stripe-related exceptions.
Constructors
Link copied to clipboard
fun StripeException( stripeError: StripeError? = null, requestId: String? = null, statusCode: Int = 0, cause: Throwable? = null, message: String? = stripeError?.message)
Content copied to clipboard
Types
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard