Errors
Error response schema
The error response schema is the same for each API method.
Name | Type | Description |
---|---|---|
jsonrpc | string | JSON-RPC version. |
id | string | Client's custom ID. |
error | object | Possible errors. |
»code | integer | Error code. |
»message | string | Error message. |
Error codes
All possible errors for each API method are described in the method's response schema.
Also you can receive the error with -32601
code and message Method not found
if the method you're calling doesn't exist.