XdrOperationResultCode class
Constructors
-
XdrOperationResultCode(dynamic _value
)
Properties
Methods
-
noSuchMethod(
Invocation invocation ) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
toString(
) → String -
A string representation of this object. [...]
override
Operators
-
operator ==(
Object other ) → bool -
The equality operator. [...]
inherited
Static Methods
-
decode(
XdrDataInputStream stream ) → XdrOperationResultCode -
encode(
XdrDataOutputStream stream, XdrOperationResultCode value ) → void
Constants
- opBAD_AUTH → const XdrOperationResultCode
-
Too few valid signatures / wrong network.
const XdrOperationResultCode._internal(-1)
- opEXCEEDED_WORK_LIMIT → const XdrOperationResultCode
-
Operation did too much work.
const XdrOperationResultCode._internal(-5)
- opINNER → const XdrOperationResultCode
-
Inner object result is valid.
const XdrOperationResultCode._internal(0)
- opNO_ACCOUNT → const XdrOperationResultCode
-
Source account was not found.
const XdrOperationResultCode._internal(-2)
- opNOT_SUPPORTED → const XdrOperationResultCode
-
Operation not supported at this time.
const XdrOperationResultCode._internal(-3)
- opTOO_MANY_SUBENTRIES → const XdrOperationResultCode
-
Max number of subentries already reached.
const XdrOperationResultCode._internal(-4)