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