# SQLite

| Code | Error                                                      | Description                                                                                                       |
| ---- | ---------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------- |
| -101 | K\_ERROR\_SQLITE\_CONNECT                                  | Error connecting to an SQLite database                                                                            |
| -102 | K\_ERROR\_SQLITE\_DISCONNECT                               | Error disconnecting from an SQLite database                                                                       |
| -103 | K\_ERROR\_SQLITE\_EXECUTING\_QUERY                         | Error executing query on an SQLite database                                                                       |
| -104 | K\_ERROR\_SQLITE\_KALIPSO\_SAFETY\_PREVENT\_DELETE\_UPDATE | Error executing query on an SQLite database. Internal safety feature to prevent delete/update without where       |
| -105 | K\_ERROR\_SQLITE\_TRANSACTION\_BEGIN                       | Error executing query on an SQLite database. Unable to start transaction                                          |
| -106 | K\_ERROR\_SQLITE\_TRANSACTION\_COMMIT                      | Error executing query on an SQLite database. Unable to commit transaction                                         |
| -107 | K\_ERROR\_SQLITE\_TRANSACTION\_ROLLBACK                    | Error executing query on an SQLite database. Unable to rollback transaction                                       |
| -108 | K\_ERROR\_SQLITE\_EXECUTING\_QUERY\_SET\_PARAM             | Error executing query on an SQLite database. Unable to set project parameter                                      |
| -109 | K\_ERROR\_SQLITE\_INVALID\_PASSWORD                        | Error connecting to an SQLite database. Invalid password                                                          |
| -110 | K\_ERROR\_SQLITE\_INVALID\_DB\_PROFILE                     | Error connecting/disconnecting an SQLite database. Connection profile is not for SQLite or parameters are missing |


---

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