SQLITE_IOERR_ACCESS constant
int
const SQLITE_IOERR_ACCESS
The SQLITE_IOERR_ACCESS error code is an extended error code for SQLITE_IOERR indicating an I/O error within the xAccess method on the sqlite3_vfs object.
Implementation
static const int SQLITE_IOERR_ACCESS = 3338;