| ErrorCodes Fields |
The ErrorCodes type exposes the following members.
| Name | Description | |
|---|---|---|
| InternalError |
Internal JSON-RPC error.
| |
| InvalidParams |
Invalid method parameter(s).
| |
| InvalidRequest |
The JSON sent is not a valid Request object.
| |
| MethodNotFound |
The method does not exist / is not available.
| |
| ParseError |
Invalid JSON was received by the server. An error occurred on the server while parsing the JSON text.
|