SQLite error code
SQLITE_AUTH
SQLITE_AUTH is SQLite result code 23.
| Result code | 23 |
|---|---|
| Name | SQLITE_AUTH |
| Primary code | SQLITE_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