SQLITE_IOERR_CLOSE constant

int const SQLITE_IOERR_CLOSE

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

Implementation

static const int SQLITE_IOERR_CLOSE = 4106;