XdrSCErrorType class Null safety
Constructors
- XdrSCErrorType(dynamic _value)
Properties
- hashCode → int
-
The hash code for this object.
read-only, inherited
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
- value → dynamic
-
read-only
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) → XdrSCErrorType -
encode(
XdrDataOutputStream stream, XdrSCErrorType value) → void
Constants
- SCE_AUTH → const XdrSCErrorType
-
const XdrSCErrorType._internal(9)
- SCE_BUDGET → const XdrSCErrorType
-
const XdrSCErrorType._internal(7)
- SCE_CONTEXT → const XdrSCErrorType
-
const XdrSCErrorType._internal(2)
- SCE_CONTRACT → const XdrSCErrorType
-
const XdrSCErrorType._internal(0)
- SCE_CRYPTO → const XdrSCErrorType
-
const XdrSCErrorType._internal(5)
- SCE_EVENTS → const XdrSCErrorType
-
const XdrSCErrorType._internal(6)
- SCE_OBJECT → const XdrSCErrorType
-
const XdrSCErrorType._internal(4)
- SCE_STORAGE → const XdrSCErrorType
-
const XdrSCErrorType._internal(3)
- SCE_VALUE → const XdrSCErrorType
-
const XdrSCErrorType._internal(8)
- SCE_WASM_VM → const XdrSCErrorType
-
const XdrSCErrorType._internal(1)