Seaquel
SQLite error code

SQLITE_IOERR_ACCESS

SQLITE_IOERR_ACCESS is SQLite result code 3338, an extended code of SQLITE_IOERR.

Result code3338
NameSQLITE_IOERR_ACCESS
Primary codeSQLITE_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