SQLITE_IOERR_VNODE constant

int const SQLITE_IOERR_VNODE

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

Implementation

static const int SQLITE_IOERR_VNODE = 6922;