XdrSCErrorCode class
Constructors
- XdrSCErrorCode(dynamic _value)
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- value → dynamic
-
no setter
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent 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) → XdrSCErrorCode -
encode(
XdrDataOutputStream stream, XdrSCErrorCode value) → void
Constants
- SCEC_ARITH_DOMAIN → const XdrSCErrorCode
- SCEC_EXCEEDED_LIMIT → const XdrSCErrorCode
- SCEC_EXISTING_VALUE → const XdrSCErrorCode
- SCEC_INDEX_BOUNDS → const XdrSCErrorCode
- SCEC_INTERNAL_ERROR → const XdrSCErrorCode
- SCEC_INVALID_ACTION → const XdrSCErrorCode
- SCEC_INVALID_INPUT → const XdrSCErrorCode
- SCEC_MISSING_VALUE → const XdrSCErrorCode
- SCEC_UNEXPECTED_SIZE → const XdrSCErrorCode
- SCEC_UNEXPECTED_TYPE → const XdrSCErrorCode