InvalidResponseException
class InvalidResponseException(stripeError: StripeError?, requestId: String?, statusCode: Int, message: String?, cause: Throwable?) : StripeException
Content copied to clipboard
A StripeException indicating that invalid parameters were used in a response. E.g when the response contains a null field that shouldn't be null, or contains an unknown Enum value that's not defined in the SDK.
Constructors
Link copied to clipboard
fun InvalidResponseException(stripeError: StripeError? = null, requestId: String? = null, statusCode: Int = 0, message: String? = stripeError?.message, cause: Throwable? = null)
Content copied to clipboard
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