PARSE_ERROR top-level constant
int
const PARSE_ERROR
Error codes defined in the JSON-RPC 2.0 specificiation.
These codes are generally used for protocol-level communication. Most of
them shouldn't be used by the application. Those that should have
convenience constructors in RpcException
.
An error code indicating that invalid JSON was received by the server.
Implementation
const PARSE_ERROR = -32700;