Enumeration: EIP1474ErrorCodes
Defined in: support/wallet-common/lib/errors/eip1474Errors.ts:18
Standard Ethereum RPC Error Codes
In EIP1474, "standard" means that the error is defined in the JSON-RPC 2.0 spec, "non-standard" means it is defined by EIP1474.
Additionally, JSON-RPC providers define their own error codes (and possibly node implementations too). Examples:
See also EIP1193ErrorCodes
Enumeration Members
InternalError
InternalError: -32603;
Defined in: support/wallet-common/lib/errors/eip1474Errors.ts:23
InvalidInput
InvalidInput: -32000;
Defined in: support/wallet-common/lib/errors/eip1474Errors.ts:25
InvalidMethodParameters
InvalidMethodParameters: -32602;
Defined in: support/wallet-common/lib/errors/eip1474Errors.ts:22
InvalidRequest
InvalidRequest: -32600;
Defined in: support/wallet-common/lib/errors/eip1474Errors.ts:20
LimitExceeded
LimitExceeded: -32005;
Defined in: support/wallet-common/lib/errors/eip1474Errors.ts:31
MethodNotFound
MethodNotFound: -32601;
Defined in: support/wallet-common/lib/errors/eip1474Errors.ts:21
MethodNotSupported
MethodNotSupported: -32004;
Defined in: support/wallet-common/lib/errors/eip1474Errors.ts:30
ParseError
ParseError: -32700;
Defined in: support/wallet-common/lib/errors/eip1474Errors.ts:19
ResourceNotFound
ResourceNotFound: -32001;
Defined in: support/wallet-common/lib/errors/eip1474Errors.ts:27
ResourceUnavailable
ResourceUnavailable: -32002;
Defined in: support/wallet-common/lib/errors/eip1474Errors.ts:28
TransactionRejected
TransactionRejected: -32003;
Defined in: support/wallet-common/lib/errors/eip1474Errors.ts:29
VersionNotSupported
VersionNotSupported: -32006;
Defined in: support/wallet-common/lib/errors/eip1474Errors.ts:32