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