ResponseCodes class
Class to maintain only the know error/response codes
Properties
- hashCode → int
-
The hash code for this object.
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
- BASE_REQUEST_ERROR → const int
- CODE_PAYMENT_ERROR → const int
- CODE_PAYMENT_EXTERNAL_WALLET → const int
- CODE_PAYMENT_SUCCESS → const int
- Error codes
- INCOMPATIBLE_PLUGIN → const int
- INVALID_OPTIONS → const int
- NETWORK_ERROR → const int
- PAYMENT_CANCELLED → const int
- TLS_ERROR → const int
- UNKNOWN_ERROR → const int