Error Codes of the CAA Storage Library
In the case of database access, the functionality of the CAA Storage library is accessed. If errors occur on an SQLite file, then the following error codes are displayed.
The following list contains a description of the CAA Storage library error codes.
Error Code | Constant | Description |
|---|---|---|
30401 |
| |
30402 |
| |
30403 |
| |
30404 |
| |
30405 |
| Attempt to move the cursor beyond the last row or before the first row |
30406 |
| Possible return values of the The value to search for was not found and the current position of the cursor is located before or after the position of the row searched for. |
30407 |
| |
30408 |
| This return value will be used in the case of unimplemented functionality. |
30409 |
| A |
30431 |
| SQL error or missing database |
30342 |
| Internal logic error in SQLite |
30433 |
| Access permission denied |
30434 |
| Callback routine requested an abort |
30435 |
| The database file is locked. |
30436 |
| A table in the database is locked. |
30437 |
| A |
30438 |
| Attempt to write a read-only database |
30439 |
| Operation aborted by |
30440 |
| Some kind of disk I/O error has occurred. |
30441 |
| The disk image of the database is formatted incorrectly. |
30442 |
| Unknown opcode in |
30443 |
| Insertion has failed because the database is full. |
30444 |
| Unable to open the database file. |
30445 |
| Protocol error of the database lock |
30446 |
| Database is empty |
30447 |
| The database schema has changed. |
30448 |
| String or |
30449 |
| Abort due to constraint violation |
30450 |
| Data type mismatch |
30451 |
| Library used incorrectly |
30452 |
| Uses OS features not supported on host |
30453 |
| Authorization denied |
30454 |
| Format error in auxiliary database |
30455 |
| Second parameter of sqlite3_bind out of range |
30456 |
| File opened which is not a database file |
30530 |
|
|
30531 |
|
|