4,156 questions
4,369 answers
5,718 comments
In general, if there's an error, the JSON-RPC response objects contains a top-level error structure, which looks something like this:
"error": {"code": -32601, "message": "Method not found"}