parseError constant
int
const parseError
Reserved JSON-RPC parse error. A garbage stdout line has no correlatable id, so the peer never emits this code.
Implementation
static const int parseError = -32700;