ApiErrorCode class

Constructors

ApiErrorCode()

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

Static Properties

ApiCodeAccountNotExist → dynamic
no setter
ApiCodeCacheError → dynamic
no setter
ApiCodeDbError → dynamic
no setter
ApiCodeError500 → dynamic
no setter
ApiCodeInsufficientBalance → dynamic
no setter
ApiCodeMethodNotExist → dynamic
no setter
ApiCodeNotEnoughChange → dynamic
no setter
ApiCodeOperationFrequent → dynamic
no setter
ApiCodeParamsInvalid → dynamic
no setter
ApiCodePermissionDenied → dynamic
no setter
ApiCodeRejectedOutPoint → dynamic
no setter
ApiCodeReverseAlreadyExist → dynamic
no setter
ApiCodeReverseNotExist → dynamic
no setter
ApiCodeSuccess int
no setter
ApiCodeSyncBlockNumber → dynamic
no setter
ApiCodeSystemUpgrade → dynamic
no setter
ApiCodeTransactionNotExist → dynamic
no setter
ApiCodeTxExpired → dynamic
no setter

Static Methods

getErrorCodeInfo(int code) → dynamic