Seaquel
SQLite error code

SQLITE_AUTH

SQLITE_AUTH is SQLite result code 23.

Result code23
NameSQLITE_AUTH
Primary codeSQLITE_AUTH

What it means

The SQLITE_AUTH error is returned when the authorizer callback indicates that an SQL statement being prepared is not authorized.

Source: SQLite Result and Error Codes