Site icon EfmSoft

What does HRESULT 0x87AF100A (SQLITE_E_IOERR_CLOSE) mean?

 
Previous Next
SQLITE_E_IOERR_LOCK SQLITE_E_IOERR_DIR_CLOSE

SQLITE_E_IOERR_CLOSE

SQLITE_E_IOERR_CLOSE corresponds to SQLITE_IOERR_CLOSE: the VFS failed in its xClose method while SQLite was closing a file handle.

What to check for SQLITE_E_IOERR_CLOSE

PRAGMA database_list;

SQLite: Result and Error Codes

SQLite: Extended Result Codes

SQLite: VFS interface

Diagnostic interpretation

This result has the HRESULT value 0x87AF100A. AllStat records the condition as “SQLITE_IOERR_CLOSE”.

Evidence to capture

Retry and recovery

Retry this result only when the owning API documents a transient state or after the condition described as “SQLITE_IOERR_CLOSE” has changed.


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

Exit mobile version