# Error codes

| HTTP Code | Message                 | Description                                              | Action to Take                                                           |
| --------- | ----------------------- | -------------------------------------------------------- | ------------------------------------------------------------------------ |
| 400       | INTERNAL\_SERVER\_ERROR | Unexpected server-side or integration error.             | Contact client care team for further assistance.                         |
| 401       | UNAUTHORIZED            | Invalid or missing API token.                            | Contact your account manager or client care team for further assistance. |
| 403       | NO\_PERMISSION          | Authenticated but not authorized to access the resource. | Contact your account manager or client care team for further assistance. |
| 404       | NOT\_FOUND              | Resource or endpoint not found.                          | Check request URL to confirm the endoint you are using is correct.       |
| 422       | VALIDATION\_ERROR       | Request failed input validation.                         | Validate whether you have entered information correctly.                 |
| 429       | Too Many Attempts.      | Rate limit exceeded.                                     | Respect rate limits and try to complete transactions in few minutes.     |
| 500       | INTERNAL\_SERVER\_ERROR | Unhandled internal error.                                | Contact client care team for further assistance.                         |


---

# 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://developers.gurupay.eu/getting-started/guides/error-codes.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.
