SQLite error code
SQLITE_IOERR_ACCESS
SQLITE_IOERR_ACCESS is SQLite result code 3338, an extended code of SQLITE_IOERR.
| Result code | 3338 |
|---|---|
| Name | SQLITE_IOERR_ACCESS |
| Primary code | SQLITE_IOERR |
What it means
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.
Source: SQLite Result and Error Codes