StripeError class
Properties
code
→ String ?
For some errors that could be handled programmatically,
a short string indicating the error code reported.
no setter inherited
copyWith
→ $StripeErrorCopyWith<StripeError >
no setter inherited
decline_code
→ String ?
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.
no setter inherited
hashCode
→ int
The hash code for this object.
no setter inherited
message
→ String ?
A human-readable message providing more details about the error.
For card errors, these messages can be shown to your users.
no setter inherited
param
→ String ?
If the error is parameter-specific, the parameter related to the error.
For example, you can use this to display a message near the correct form
field.
no setter inherited
runtimeType
→ Type
A representation of the runtime type of the object.
no setter inherited
type
→ String ?
The type of error returned. One of api_error, card_error,
idempotency_error, or invalid_request_error
no setter inherited