Site icon EfmSoft

What does HRESULT 0x87AF0A0A (SQLITE_E_IOERR_DELETE) mean?

 
Previous Next
SQLITE_E_CONSTRAINT_VTAB SQLITE_E_CONSTRAINT_ROWID

SQLITE_E_IOERR_DELETE

SQLITE_E_IOERR_DELETE corresponds to SQLITE_IOERR_DELETE: the VFS failed in its xDelete operation. This can involve cleanup of a journal, WAL, temporary, or other SQLite-managed file.

What to check

PRAGMA database_list;

SQLite: Result and Error Codes

SQLite: Extended Result Codes

SQLite: VFS interface

SQLite: Temporary Files


Looking for a different code? Search another status or error code.

Exit mobile version