# Error Codes

The following is a list of Kalipso error codes by categories. Choose the desired category to access the list of error codes with their description.

* [General](/kalipso5/developing/error-codes/general.md)
* [SQLite](/kalipso5/developing/error-codes/sqlite.md)
* [ODBC](/kalipso5/developing/error-codes/odbc.md)
* [Form](/kalipso5/developing/form.md)
* [Project](/kalipso5/developing/error-codes/project.md)
* [File](/kalipso5/developing/error-codes/file.md)
* [Serial Communication](/kalipso5/developing/error-codes/serial-communication.md)
* [DLL](/kalipso5/developing/error-codes/dll.md)
* [RFID and Barcode Readers Specific](/kalipso5/developing/error-codes/rfid-and-barcode-readers-specific.md)
* [XML Engine](/kalipso5/developing/error-codes/xml-engine.md)
* [Monitor](/kalipso5/developing/error-codes/monitor.md)
* [FTP](/kalipso5/developing/error-codes/ftp.md)
* [SMTP](/kalipso5/developing/error-codes/smtp.md)
* [POP3](/kalipso5/developing/error-codes/pop3.md)
* [Pocket Outlook](/kalipso5/developing/error-codes/pocket-outlook.md)
* [Table Control](/kalipso5/developing/error-codes/table-control.md)


---

# 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://doc.sysdevmobile.com/kalipso5/developing/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.
