SQLite error code
SQLITE_CORRUPT
SQLITE_CORRUPT is SQLite result code 11.
| Result code | 11 |
|---|---|
| Name | SQLITE_CORRUPT |
| Primary code | SQLITE_CORRUPT |
What it means
The SQLITE_CORRUPT result code indicates that the database file has been corrupted. See the How To Corrupt Your Database Files for further discussion on how corruption can occur.
Source: SQLite Result and Error Codes