SQLITE_IOERR_SHMSIZE constant
int
const SQLITE_IOERR_SHMSIZE
The SQLITE_IOERR_SHMSIZE 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 enlarge a "shm" file as part of WAL mode transaction processing. This error may indicate that the underlying filesystem volume is out of space.
Implementation
static const int SQLITE_IOERR_SHMSIZE = 4874;