StripeErrorCode enum

Inheritance

Constructors

StripeErrorCode()
const

Values

account_already_exists → const StripeErrorCode
account_country_invalid_address → const StripeErrorCode
account_invalid → const StripeErrorCode
account_number_invalid → const StripeErrorCode
alipay_upgrade_required → const StripeErrorCode
amount_too_large → const StripeErrorCode
amount_too_small → const StripeErrorCode
api_key_expired → const StripeErrorCode
authentication_required → const StripeErrorCode
balance_insufficient → const StripeErrorCode
bank_account_declined → const StripeErrorCode
bank_account_exists → const StripeErrorCode
bank_account_unusable → const StripeErrorCode
bank_account_unverified → const StripeErrorCode
bank_account_verification_failed → const StripeErrorCode
bitcoin_upgrade_required → const StripeErrorCode
card_decline_rate_limit_exceeded → const StripeErrorCode
card_declined → const StripeErrorCode
charge_already_captured → const StripeErrorCode
charge_already_refunded → const StripeErrorCode
charge_disputed → const StripeErrorCode
charge_exceeds_source_limit → const StripeErrorCode
charge_expired_for_capture → const StripeErrorCode
charge_invalid_parameter → const StripeErrorCode
country_unsupported → const StripeErrorCode
coupon_expired → const StripeErrorCode
customer_max_payment_methods → const StripeErrorCode
customer_max_subscriptions → const StripeErrorCode
email_invalid → const StripeErrorCode
expired_card → const StripeErrorCode
idempotency_key_in_use → const StripeErrorCode
incorrect_address → const StripeErrorCode
incorrect_cvc → const StripeErrorCode
incorrect_number → const StripeErrorCode
incorrect_zip → const StripeErrorCode
instant_payouts_unsupported → const StripeErrorCode
invalid_card_type → const StripeErrorCode
invalid_characters → const StripeErrorCode
invalid_charge_amount → const StripeErrorCode
invalid_cvc → const StripeErrorCode
invalid_expiry_month → const StripeErrorCode
invalid_expiry_year → const StripeErrorCode
invalid_number → const StripeErrorCode
invalid_source_usage → const StripeErrorCode
invoice_no_customer_line_items → const StripeErrorCode
invoice_no_subscription_line_items → const StripeErrorCode
invoice_not_editable → const StripeErrorCode
invoice_payment_intent_requires_action → const StripeErrorCode
invoice_upcoming_none → const StripeErrorCode
livemode_mismatch → const StripeErrorCode
lock_timeout → const StripeErrorCode
missing → const StripeErrorCode
not_allowed_on_standard_account → const StripeErrorCode
order_creation_failed → const StripeErrorCode
order_required_settings → const StripeErrorCode
order_status_invalid → const StripeErrorCode
order_upstream_timeout → const StripeErrorCode
out_of_inventory → const StripeErrorCode
parameter_invalid_empty → const StripeErrorCode
parameter_invalid_integer → const StripeErrorCode
parameter_invalid_string_blank → const StripeErrorCode
parameter_invalid_string_empty → const StripeErrorCode
parameter_missing → const StripeErrorCode
parameter_unknown → const StripeErrorCode
parameters_exclusive → const StripeErrorCode
payment_intent_action_required → const StripeErrorCode
payment_intent_authentication_failure → const StripeErrorCode
payment_intent_incompatible_payment_method → const StripeErrorCode
payment_intent_invalid_parameter → const StripeErrorCode
payment_intent_payment_attempt_failed → const StripeErrorCode
payment_intent_unexpected_state → const StripeErrorCode
payment_method_unactivated → const StripeErrorCode
payment_method_unexpected_state → const StripeErrorCode
payouts_not_allowed → const StripeErrorCode
platform_api_key_expired → const StripeErrorCode
postal_code_invalid → const StripeErrorCode
processing_error → const StripeErrorCode
product_inactive → const StripeErrorCode
rate_limit → const StripeErrorCode
resource_already_exists → const StripeErrorCode
resource_missing → const StripeErrorCode
routing_number_invalid → const StripeErrorCode
secret_key_required → const StripeErrorCode
sepa_unsupported_account → const StripeErrorCode
setup_attempt_failed → const StripeErrorCode
setup_intent_authentication_failure → const StripeErrorCode
setup_intent_invalid_parameter → const StripeErrorCode
setup_intent_unexpected_state → const StripeErrorCode
shipping_calculation_failed → const StripeErrorCode
sku_inactive → const StripeErrorCode
state_unsupported → const StripeErrorCode
tax_id_invalid → const StripeErrorCode
taxes_calculation_failed → const StripeErrorCode
testmode_charges_only → const StripeErrorCode
tls_version_unsupported → const StripeErrorCode
token_already_used → const StripeErrorCode
token_in_use → const StripeErrorCode
transfers_not_allowed → const StripeErrorCode
upstream_order_creation_failed → const StripeErrorCode
url_invalid → const StripeErrorCode

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

values → const List<StripeErrorCode>
A constant List of the values in this enum, in order of their declaration.