SQLite error code
SQLITE_IOERR_DATA
SQLITE_IOERR_DATA is SQLite result code 8202, an extended code of SQLITE_IOERR.
| Result code | 8202 |
|---|---|
| Name | SQLITE_IOERR_DATA |
| Primary code | SQLITE_IOERR |
What it means
The SQLITE_IOERR_DATA error code is an extended error code for SQLITE_IOERR used only by the checksum VFS shim to indicate that the checksum on a page of the database file is incorrect.
Source: SQLite Result and Error Codes