SQLITE_IOERR_GETTEMPPATH constant

int const SQLITE_IOERR_GETTEMPPATH

The SQLITE_IOERR_GETTEMPPATH error code is an extended error code for SQLITE_IOERR indicating that the VFS is unable to determine a suitable directory in which to place temporary files.

Implementation

static const int SQLITE_IOERR_GETTEMPPATH = 6410;