StatusCode class
Enum for status codes to indicate the result of an operation
- Inheritance
-
- Object
- ProtobufEnum
- StatusCode
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) → StatusCode?
Constants
- ERROR_ACTION_NOT_SET → const StatusCode
- ERROR_INPUT_PROTO_DESERIALIZATION → const StatusCode
- ERROR_OPERATION_NOT_SUPPORTED_BY_PROTOCOL → const StatusCode
- ERROR_SMART_CONTRACT_ADDRESS_NOT_SET → const StatusCode
- ERROR_TARGETED_BLOCKCHAIN_NOT_SUPPORTED_BY_PROTOCOL → const StatusCode
- OK → const StatusCode
-
values
→ const List<
StatusCode>