Seaquel
SQLite error code

SQLITE_IOERR_CLOSE

SQLITE_IOERR_CLOSE is SQLite result code 4106, an extended code of SQLITE_IOERR.

Result code4106
NameSQLITE_IOERR_CLOSE
Primary codeSQLITE_IOERR

What it means

The SQLITE_IOERR_CLOSE 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.

Source: SQLite Result and Error Codes