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
- Ledger-specific status codes
- ALREADY_EXISTS → const TransactionError_Code
- BAD_REQUEST → const TransactionError_Code
- Request is malformed
- 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 account ID
- INVALID_EXPRESSION → const TransactionError_Code
- Invalid expression used
- INVALID_REQUEST_TYPE → const TransactionError_Code
- Invalid/unsupported transaction request type
- INVALID_SIGNATURE → const TransactionError_Code
- The request signature does not match the request payload
- INVALID_TARGET → const TransactionError_Code
- Action specific status codes
- INVALID_TRANSFER → const TransactionError_Code
- Invalid transfer parameters (amount, accounts, etc)
- MESSAGE_TOO_LARGE → const TransactionError_Code
- The request message was too large to be processed.
- NOT_FOUND → const TransactionError_Code
- REPLAY_PROTECTION → const TransactionError_Code
- Replay protection was triggered, e.g. nonce reuse, bad block window
- UNAUTHORIZED → const TransactionError_Code
- UNIMPLEMENTED → const TransactionError_Code
- UNKNOWN → const TransactionError_Code
- Generic status codes
- UNMODIFIED_STATE → const TransactionError_Code
-
values
→ const List<
TransactionError_Code> - VERIFICATION_FAILED → const TransactionError_Code
- Signature verification failed