Seaquel
SQLite error code

SQLITE_IOERR_AUTH

SQLITE_IOERR_AUTH is SQLite result code 7178, an extended code of SQLITE_IOERR.

Result code7178
NameSQLITE_IOERR_AUTH
Primary codeSQLITE_IOERR

What it means

The SQLITE_IOERR_AUTH error code is a code reserved for use by extensions. It is not used by the SQLite core.

Source: SQLite Result and Error Codes