SQLITE_IOERR_FSTAT constant

int const SQLITE_IOERR_FSTAT

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 fstatstatic const int ) static const int or the equivalent) on a file in order to determine information such as the file size or access permissions.

Implementation

static const int SQLITE_IOERR_FSTAT = 1802;