Expand description
The standard JSON-RPC 2.0 error codes.
The reserved implementation range -32000..=-32099 is left to the concrete adapter (e.g. an
application stale target code); only the protocol-standard codes live here.
Constantsยง
- INTERNAL_
ERROR - Internal JSON-RPC error.
- INVALID_
PARAMS - Invalid method parameters.
- INVALID_
REQUEST - The JSON sent is not a valid Request object.
- METHOD_
NOT_ FOUND - The requested method does not exist or is not available on this peer.
- PARSE_
ERROR - Invalid JSON was received (the payload could not be parsed).