SQLite error codes
Syntax
public enum SQLiteErrorCode
Remarks
Members
| Member Name | Description |
|---|
| Abort |
Callback routine requested an abort
|
| Auth |
Authorization denied
|
| Busy |
The database file is locked
|
| CantOpen |
Unable to open the database file
|
| Constraint |
Abort due to constraint violation
|
| Corrupt |
The database disk image is malformed
|
| Done |
sqlite3_step() has finished executing
|
| Empty |
Database is empty
|
| Error |
SQL error or missing database
|
| Format |
Auxiliary database format error
|
| Full |
Insertion failed because database is full
|
| Internal |
Internal logic error in SQLite
|
| Interrupt |
Operation terminated by sqlite3_interrupt()
|
| IOErr |
Some kind of disk I/O error occurred
|
| Locked |
A table in the database is locked
|
| Mismatch |
Data type mismatch
|
| Misuse |
Library used incorrectly
|
| NOLFS |
Uses OS features not supported on host
|
| NoMem |
malloc() failed
|
| NotADatabase |
File opened that is not a database file
|
| NotFound |
Table or record not found
|
| Ok |
Success
|
| Perm |
Access permission denied
|
| Protocol |
Database lock protocol error
|
| Range |
2nd parameter to sqlite3_bind out of range
|
| ReadOnly |
Attempt to write a read-only database
|
| Row |
sqlite3_step() has another row ready
|
| Schema |
The database schema changed
|
| TooBig |
Too much data for one row of a table
|
Requirements
Namespace: Mono.Data.Sqlite
Assembly: Mono.Data.Sqlite (in Mono.Data.Sqlite.dll)
Assembly Versions: 4.0.0.0