Seaquel
SQLite error code

SQLITE_IOERR_GETTEMPPATH

SQLITE_IOERR_GETTEMPPATH is SQLite result code 6410, an extended code of SQLITE_IOERR.

Result code6410
NameSQLITE_IOERR_GETTEMPPATH
Primary codeSQLITE_IOERR

What it means

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.

Source: SQLite Result and Error Codes