Seaquel
SQLite error code

SQLITE_IOERR_DELETE

SQLITE_IOERR_DELETE is SQLite result code 2570, an extended code of SQLITE_IOERR.

Result code2570
NameSQLITE_IOERR_DELETE
Primary codeSQLITE_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