Seaquel
SQLite error code

SQLITE_CANTOPEN_FULLPATH

SQLITE_CANTOPEN_FULLPATH is SQLite result code 782, an extended code of SQLITE_CANTOPEN.

Result code782
NameSQLITE_CANTOPEN_FULLPATH
Primary codeSQLITE_CANTOPEN

What it means

The SQLITE_CANTOPEN_FULLPATH error code is an extended error code for SQLITE_CANTOPEN indicating that a file open operation failed because the operating system was unable to convert the filename into a full pathname.

Source: SQLite Result and Error Codes