> For the complete documentation index, see [llms.txt](https://guide.xs2a.com/xs2a/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://guide.xs2a.com/xs2a/integration-cs/additional-guides/errorcodes.md).

# Errorcodes

| Code                             | Message                                                  |
| -------------------------------- | -------------------------------------------------------- |
| **accounts\_failed**             | Could not fetch customers accounts                       |
| **authorized\_person**           | Access by an authorized person is not permitted          |
| **balance\_failed**              | Could not fetch account balance                          |
| **bank\_code\_unknown**          | Entered bank code is unknown                             |
| **country\_id\_invalid**         | The country code is not valid                            |
| **consent\_invalid**             | The consent is no longer valid                           |
| **client\_aborted**              | Customer aborted                                         |
| **client\_not\_started**         | Session did not get used by any customer                 |
| **forced\_transport\_disabled**  | The transport to the bank has been renewed               |
| **init\_failed**                 | Bank did not respond                                     |
| **login\_failed**                | The customer could not log in                            |
| **login\_next\_failed**          | The customer could not log in                            |
| **max\_login\_tries**            | Max login tries were reached                             |
| **max\_tan\_tries**              | Max TAN tries was reached                                |
| **no\_compatible\_accounts**     | There are no accounts compatible with this product       |
| **no\_transports\_found**        | Bank not supported                                       |
| **pinned\_holder\_not\_found**   | The pinned holder was not found for the account          |
| **pinned\_iban\_not\_found**     | The pinned IBAN was not found in the list of accounts    |
| **pp\_not\_checked**             | Customer did not accept privacy policy                   |
| **session\_expired**             | Session is expired                                       |
| **security\_setting\_rejection** | A rejection due to one of various security/fraud reasons |
| **standing\_orders\_failed**     | Could not fetch standing orders                          |
| **tan\_failed**                  | The customer entered a wrong TAN                         |
| **tech\_error**                  | Technical error                                          |
| **testmode\_error**              | Valid bank accounts can not be used in test mode         |
| **token\_mismatch**              | Security violation (CSRF tokens not matching)            |
| **transaction\_failed**          | Submitting transaction failed                            |
| **turnovers\_failed**            | Could not fetch account turnovers                        |
| **tx\_rx\_iban\_equal**          | Sender and recipient accounts are identical              |
| **validation\_failed**           | Validation failed                                        |
| **wrong\_tan**                   | The customer entered a wrong TAN                         |


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://guide.xs2a.com/xs2a/integration-cs/additional-guides/errorcodes.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
