SQLite error code
SQLITE_IOERR_RDLOCK
SQLITE_IOERR_RDLOCK is SQLite result code 2314, an extended code of SQLITE_IOERR.
| Result code | 2314 |
|---|---|
| Name | SQLITE_IOERR_RDLOCK |
| Primary code | SQLITE_IOERR |
What it means
The SQLITE_IOERR_RDLOCK error code is an extended error code for SQLITE_IOERR indicating an I/O error within the xLock method on the sqlite3_io_methods object while trying to obtain a read lock.
Source: SQLite Result and Error Codes