SQLITE_IOERR_DATA constant
int
const SQLITE_IOERR_DATA
The SQLITE_IOERR_DATA error code is an extended error code for SQLITE_IOERR used only by checksum VFS shim to indicate that the checksum on a page of the database file is incorrect.
Implementation
static const int SQLITE_IOERR_DATA = 8202;