SQLite error code
SQLITE_IOERR_UNLOCK
SQLITE_IOERR_UNLOCK is SQLite result code 2058, an extended code of SQLITE_IOERR.
| Result code | 2058 |
|---|---|
| Name | SQLITE_IOERR_UNLOCK |
| Primary code | SQLITE_IOERR |
What it means
The SQLITE_IOERR_UNLOCK error code is an extended error code for SQLITE_IOERR indicating an I/O error within the xUnlock method on the sqlite3_io_methods object.
Source: SQLite Result and Error Codes