SQLite error code
SQLITE_IOERR_AUTH
SQLITE_IOERR_AUTH is SQLite result code 7178, an extended code of SQLITE_IOERR.
| Result code | 7178 |
|---|---|
| Name | SQLITE_IOERR_AUTH |
| Primary code | SQLITE_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