XdrErrorCode class
Constructors
-
XdrErrorCode(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 ) → XdrErrorCode -
encode(
XdrDataOutputStream stream, XdrErrorCode value ) → void
Constants
- ERR_AUTH → const XdrErrorCode
-
const XdrErrorCode._internal(3)
- ERR_CONF → const XdrErrorCode
-
const XdrErrorCode._internal(2)
- ERR_DATA → const XdrErrorCode
-
const XdrErrorCode._internal(1)
- ERR_LOAD → const XdrErrorCode
-
const XdrErrorCode._internal(4)
- ERR_MISC → const XdrErrorCode
-
const XdrErrorCode._internal(0)