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