INVALID_REQUEST top-level constant
int
const INVALID_REQUEST
An error code indicating that the request JSON was invalid according to the JSON-RPC 2.0 spec.
Implementation
const INVALID_REQUEST = -32600;