# Error Reference

## JSON RPC Standard errors <a href="#json-rpc-standard-errors" id="json-rpc-standard-errors"></a>

|                  |                                                                    |                                                                                                       |
| ---------------- | ------------------------------------------------------------------ | ----------------------------------------------------------------------------------------------------- |
| Code             | Possible Return message                                            | Description                                                                                           |
| -32700           | Parse error                                                        | Invalid JSON was received by the server. An error occurred on the server while parsing the JSON text. |
| -32600           | Invalid Request                                                    | The JSON sent is not a valid Request object.                                                          |
| -32601           | Method not found                                                   | The method does not exist / is not available.                                                         |
| -32602           | Invalid params                                                     | Invalid method parameter(s).                                                                          |
| -32603           | Internal error                                                     | Internal JSON-RPC error.                                                                              |
| -32000 to -32099 | `Server error`. Reserved for implementation-defined server-errors. |                                                                                                       |

<br>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.watchdata.io/introduction/error-reference.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
