JsonRpcExceptionCode enum

JSON RPC Exception Code

Inheritance
Available extensions

Values

serverErrorBlockCleanedUp → const JsonRpcExceptionCode
const JsonRpcExceptionCode(-32001)
serverErrorSendTransactionPreflightFailure → const JsonRpcExceptionCode
const JsonRpcExceptionCode(-32002)
serverErrorTransactionSignatureVerifcationFailure → const JsonRpcExceptionCode
const JsonRpcExceptionCode(-32003)
serverErrorBlockNotAvailable → const JsonRpcExceptionCode
const JsonRpcExceptionCode(-32004)
serverErrorNodeUnhealthy → const JsonRpcExceptionCode
const JsonRpcExceptionCode(-32005)
serverErrorTransactionPrecompileVerificationFailure → const JsonRpcExceptionCode
const JsonRpcExceptionCode(-32006)
serverErrorSlotSkipped → const JsonRpcExceptionCode
const JsonRpcExceptionCode(-32007)
serverErrorNoSnapshot → const JsonRpcExceptionCode
const JsonRpcExceptionCode(-32008)
serverErrorLongTermStorageSlotSkipped → const JsonRpcExceptionCode
const JsonRpcExceptionCode(-32009)
serverErrorKeyExcludedFromSecondaryIndex → const JsonRpcExceptionCode
const JsonRpcExceptionCode(-32010)
serverErrorTransactionHistoryNotAvailable → const JsonRpcExceptionCode
const JsonRpcExceptionCode(-32011)
scanError → const JsonRpcExceptionCode
const JsonRpcExceptionCode(-32012)
serverErrorTransactionSignatureLenMismatch → const JsonRpcExceptionCode
const JsonRpcExceptionCode(-32013)
serverErrorBlockStatusNotAvailableYet → const JsonRpcExceptionCode
const JsonRpcExceptionCode(-32014)
serverErrorUnsupportedTransactionVersion → const JsonRpcExceptionCode
const JsonRpcExceptionCode(-32015)
serverErrorMinContextSlotNotReached → const JsonRpcExceptionCode
const JsonRpcExceptionCode(-32016)
methodNotFound → const JsonRpcExceptionCode
const JsonRpcExceptionCode(-32601)
invalidParams → const JsonRpcExceptionCode
const JsonRpcExceptionCode(-32602)

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
name String

Available on Enum, provided by the EnumName extension

The name of the enum value.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
value int
The error code's integer value.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

values → const List<JsonRpcExceptionCode>
A constant List of the values in this enum, in order of their declaration.