SQLITE_IOERR_AUTH constant

int const SQLITE_IOERR_AUTH

The SQLITE_IOERR_AUTH error code is a code reserved for use by extensions. It is not used by the SQLite core.

Implementation

static const int SQLITE_IOERR_AUTH = 7178;