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.

An error code indicating that invalid JSON was received by the server.

Implementation

const PARSE_ERROR = -32700;