ErrorsEnum enum

Inheritance

Constructors

ErrorsEnum()
const

Values

INTERNET_CONNECTION_ERROR → const ErrorsEnum
CONFIG_BASE_URL_ERROR → const ErrorsEnum
CONFIG_API_KEY_ERROR → const ErrorsEnum
INVALID_CARD_NUMBER_ERROR → const ErrorsEnum
INVALID_CARD_EXPIRY_MONTH_ERROR → const ErrorsEnum
INVALID_CARD_EXPIRY_YEAR_ERROR → const ErrorsEnum
INVALID_CARD_SECURITY_CODE_ERROR → const ErrorsEnum
INVALID_CARD_HOLDER_NAME_ERROR → const ErrorsEnum
INCORRECT_PAYMENT_METHOD_ERROR → const ErrorsEnum
DIRECT_PAYMENT_NOT_FOUND_ERROR → const ErrorsEnum
PAYMENT_CANCELLED_ERROR → const ErrorsEnum
PAYMENT_TRANSACTION_FAILED_ERROR → const ErrorsEnum
EMBEDDED_PAYMENT_ERROR → const ErrorsEnum
UN_KNOWN_ERROR → const ErrorsEnum
EXECUTE_PAYMENT_WITHOUT_PAYMENT_METHOD_ID_ERROR → const ErrorsEnum
EMBEDDED_PAYMENT_WITH_PAYMENT_METHOD_ID_ERROR → const ErrorsEnum
APPLE_PAY_CURRENCY_ERROR → const ErrorsEnum
BAD_REQUEST_ERROR → const ErrorsEnum
UN_AUTHORIZED_ERROR → const ErrorsEnum
NOT_FOUND_ERROR → const ErrorsEnum
SERVER_ERROR → const ErrorsEnum

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<ErrorsEnum>
A constant List of the values in this enum, in order of their declaration.