Seaquel
SQLite error code

SQLITE_IOERR_DATA

SQLITE_IOERR_DATA is SQLite result code 8202, an extended code of SQLITE_IOERR.

Result code8202
NameSQLITE_IOERR_DATA
Primary codeSQLITE_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