StripeError
A model representing a Stripe Errors object.
Stripe uses conventional HTTP response codes to indicate the success or failure of an API request. In general:
Codes in the
2xx
range indicate success.Codes in the
4xx
range indicate an error that failed given the information provided (e.g. a required parameter was omitted, a charge failed, etc.).Codes in the
5xx
range indicate an error with Stripe's servers (these are rare).
Some 4xx
errors that could be handled programmatically (e.g., a card is declined) include an error code that briefly explains the error reported.
Constructors
Properties
For some errors that could be handled programmatically, a short string indicating the error code reported.
For card errors resulting from a card issuer decline, a short string indicating the card issuer’s reason for the decline if they provide one.
A URL to more information about the error code reported.
Internal list of extra fields related to the error. Note - value type is ignored and always parsed as string (true -> "true")