SQLITE_IOERR_UNLOCK constant
int
const SQLITE_IOERR_UNLOCK
The SQLITE_IOERR_UNLOCK error code is an extended error code for SQLITE_IOERR indicating an I/O error within xUnlock method on the sqlite3_io_methods object.
Implementation
static const int SQLITE_IOERR_UNLOCK = 2058;