SQLITE_IOERR_SHMMAP constant

int const SQLITE_IOERR_SHMMAP

The SQLITE_IOERR_SHMMAP error code is an extended error code for SQLITE_IOERR indicating an I/O error within the xShmMap method on the sqlite3_io_methods object while trying to map a shared memory segment into the process address space.

Implementation

static const int SQLITE_IOERR_SHMMAP = 5386;