SQLITE_IOERR_CHECKRESERVEDLOCK constant

int const SQLITE_IOERR_CHECKRESERVEDLOCK

The SQLITE_IOERR_CHECKRESERVEDLOCK error code is an extended error code for SQLITE_IOERR indicating an I/O error within the xCheckReservedLock method on the sqlite3_io_methods object.

Implementation

static const int SQLITE_IOERR_CHECKRESERVEDLOCK = 3594;