SQLite error code
SQLITE_AUTH_USER
SQLITE_AUTH_USER is SQLite result code 279, an extended code of SQLITE_AUTH.
| Result code | 279 |
|---|---|
| Name | SQLITE_AUTH_USER |
| Primary code | SQLITE_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