TransactionError_Code class
- Inheritance
-
- Object
- ProtobufEnum
- TransactionError_Code
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- name → String
-
This enum's name, as specified in the .proto file.
finalinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- value → int
-
This enum's integer value, as specified in the .proto file.
finalinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
Returns this enum's
name
or thevalue
if names are not represented.inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Methods
-
valueOf(
int value) → TransactionError_Code?
Constants
- ACCOUNT_DEPTH_EXCEEDED → const TransactionError_Code
- ACCOUNT_FROZEN → const TransactionError_Code
- ALREADY_EXISTS → const TransactionError_Code
- BAD_REQUEST → const TransactionError_Code
- BALANCE_OVERFLOW → const TransactionError_Code
- HOLDING_LIMIT_EXCEEDED → const TransactionError_Code
- INCORRECT_TYPE → const TransactionError_Code
- INSUFFICIENT_BALANCE → const TransactionError_Code
- INVALID_ACCOUNT_ID → const TransactionError_Code
- INVALID_EXPRESSION → const TransactionError_Code
- INVALID_REQUEST_TYPE → const TransactionError_Code
- INVALID_SIGNATURE → const TransactionError_Code
- INVALID_TARGET → const TransactionError_Code
- INVALID_TRANSFER → const TransactionError_Code
- MESSAGE_TOO_LARGE → const TransactionError_Code
- NOT_FOUND → const TransactionError_Code
- REPLAY_PROTECTION → const TransactionError_Code
- UNAUTHORIZED → const TransactionError_Code
- UNIMPLEMENTED → const TransactionError_Code
- UNKNOWN → const TransactionError_Code
- UNMODIFIED_STATE → const TransactionError_Code
-
values
→ const List<
TransactionError_Code> - VERIFICATION_FAILED → const TransactionError_Code