> For the complete documentation index, see [llms.txt](https://developer.convergegate.com/legacy/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://developer.convergegate.com/legacy/wallet-api/errors/errors-type-list.md).

# 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.                                                                                          |
