Seaquel
SQLite error code

SQLITE_AUTH_USER

SQLITE_AUTH_USER is SQLite result code 279, an extended code of SQLITE_AUTH.

Result code279
NameSQLITE_AUTH_USER
Primary codeSQLITE_AUTH

What it means

The SQLITE_AUTH_USER error code is an extended error code for SQLITE_AUTH indicating that an operation was attempted on a database for which the logged in user lacks sufficient authorization.

Source: SQLite Result and Error Codes