# Errors type list

| Code                    | Meaning                                                                                                                                                         |
| ----------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| api\_error              | API errors cover any other type of problem (e.g., a temporary problem with VLoad’s servers), and are extremely uncommon.                                        |
| authentication\_error   | Failure to properly authenticate yourself in the request.                                                                                                       |
| permission\_error       | Failure to properly execute an specific action due permissions.                                                                                                 |
| voucher\_error          | Voucher errors are the most common type of error you should expect to handle. They result when the user enters a voucher that can’t be charged for some reason. |
| payout\_error           | They result when a payout can’t be created to the recipient for some reason.                                                                                    |
| invalid\_request\_error | Invalid request errors arise when your request has invalid parameters.                                                                                          |


---

# 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://developer.convergegate.com/legacy/wallet-api/errors/errors-type-list.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.
