Site icon EfmSoft

What does HRESULT 0x87AF1A02 (SQLITE_E_IOERR_VNODE) mean?

 
Previous Next
SQLITE_E_IOERR_GETTEMPPATH SQLITE_E_IOERR_AUTH

SQLITE_E_IOERR_VNODE

SQLITE_E_IOERR_VNODE is reserved for use by extensions and is not used by the SQLite core according to current SQLite documentation.

What to check for SQLITE_E_IOERR_VNODE

SELECT sqlite_version();

SQLite: SQLITE_IOERR_VNODE

SQLite: Extended Result Codes

SQLite: VFS interface

Diagnostic interpretation

This result has the HRESULT value 0x87AF1A02. AllStat records the condition as “SQLITE_IOERR_VNODE”.

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_VNODE” has changed.


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

Exit mobile version