SQLITE_IOERR_DELETE constant
int
const SQLITE_IOERR_DELETE
The SQLITE_IOERR_UNLOCK error code is an extended error code for SQLITE_IOERR indicating an I/O error within xDelete method on the sqlite3_vfs object.
Implementation
static const int SQLITE_IOERR_DELETE = 2570;