Site icon EfmSoft

What does HRESULT 0x87AF1A03 (SQLITE_E_IOERR_AUTH) mean?

 
Previous Next
SQLITE_E_IOERR_VNODE SQLITE_E_IOERR_CONVPATH

SQLITE_E_IOERR_AUTH

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

What to check for SQLITE_E_IOERR_AUTH

SELECT sqlite_version();

SQLite: SQLITE_IOERR_AUTH

SQLite: Extended Result Codes

SQLite: VFS interface

Diagnostic interpretation

This result has the HRESULT value 0x87AF1A03. AllStat records the condition as “SQLITE_IOERR_AUTH”.

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


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

Exit mobile version