Error
Description:
Namespace: SQLHeavy
Package: SQLHeavy
Content:
Error codes:
-
UNKNOWN - An unknown error occured
-
ERROR - SQL error or missing database
-
INTERNAL - Internal logic error
-
ACCESS_DENIED - Permission denied
-
ABORTED - Callback routine requested an abort
-
BUSY - The database is locked
-
LOCKED - A table in the database is locked
-
NO_MEMORY - Unable to allocate memory
-
READ_ONLY - Attempt to write to a read-only database
-
INTERRUPTED - Operation interrupted
-
IO - An I/O error occurred
-
CORRUPT - The database disk image is malformed
-
NOT_FOUND - Not found
-
FULL - Insertion failed because the database is full
-
CAN_NOT_OPEN - Unable to open the database file
-
PROTOCOL - Database lock protocol error
-
EMPTY - Database is empty
-
SCHEMA - Database schema changed
-
TOO_BIG - String or BLOB exceeds size limit
-
CONSTRAINT - Abort due to constraint violation
-
MISMATCH - Data type mismatch
-
MISUSE - Library used incorrectly
-
NOLFS - Uses OS features not supported on the host
-
AUTH - Authorization denied
-
FORMAT - Auxiliary database format error
-
RANGE - Specified parameter does not exist
-
NOTADB - Requested file is not a database
-
DATA_TYPE - An unhandled data type was encountered.
-
THREAD - A thread error was encountered
-
TRANSACTION - A transaction error was encountered
-
FEATURE_NOT_SUPPORTED - Feature not supported
-
NO_SQL - No SQL was provided
-
MISSING_PARAMETER - A parameter in the query was left
unbound