StripeException
abstract class StripeException(stripeError: StripeError?, requestId: String?, statusCode: Int, cause: Throwable?, message: String?) : 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