SQLite error code
SQLITE_IOERR_FSTAT
SQLITE_IOERR_FSTAT is SQLite result code 1802, an extended code of SQLITE_IOERR.
| Result code | 1802 |
|---|---|
| Name | SQLITE_IOERR_FSTAT |
| Primary code | SQLITE_IOERR |
What it means
The SQLITE_IOERR_FSTAT error code is an extended error code for SQLITE_IOERR indicating an I/O error in the VFS layer while trying to invoke fstat() (or the equivalent) on a file in order to determine information such as the file size or access permissions.
Source: SQLite Result and Error Codes