Site icon EfmSoft

What does HRESULT 0x87AF110A (SQLITE_E_IOERR_DIR_CLOSE) mean?

 
Previous Next
SQLITE_E_IOERR_CLOSE SQLITE_E_IOERR_SHMOPEN

SQLITE_E_IOERR_DIR_CLOSE

SQLITE_E_IOERR_DIR_CLOSE corresponds to a SQLite result code that current SQLite documentation marks as no longer used by the core.

What to check for SQLITE_E_IOERR_DIR_CLOSE

SELECT sqlite_version();

SQLite: Result and Error Codes

SQLite: Extended Result Codes

SQLite: VFS interface

Diagnostic interpretation

This result has the HRESULT value 0x87AF110A. AllStat records the condition as “SQLITE_IOERR_DIR_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_DIR_CLOSE” has changed.


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

Exit mobile version