What does HRESULT 0x87AF070A (SQLITE_E_IOERR_FSTAT) mean?

 
Previous Next
SQLITE_E_CONSTRAINT_PRIMARYKEY SQLITE_E_CONSTRAINT_TRIGGER

SQLITE_E_IOERR_FSTAT

SQLITE_E_IOERR_FSTAT corresponds to SQLITE_IOERR_FSTAT. The VFS failed when retrieving file information such as its size or access permissions.

What to check

  • Verify that the path still resolves to the expected object and was not replaced, removed, or made inaccessible.
  • Check permission inheritance on both the database file and its directory.
  • Check filesystem and security logs for denied metadata access or handle failures.
PRAGMA database_list;

SQLite: Result and Error Codes

SQLite: Extended Result Codes

SQLite: VFS interface

SQLite: File Locking and Concurrency


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