Seaquel
SQLite error code

SQLITE_CANTOPEN_CONVPATH

SQLITE_CANTOPEN_CONVPATH is SQLite result code 1038, an extended code of SQLITE_CANTOPEN.

Result code1038
NameSQLITE_CANTOPEN_CONVPATH
Primary codeSQLITE_CANTOPEN

What it means

The SQLITE_CANTOPEN_CONVPATH error code is an extended error code for SQLITE_CANTOPEN used only by Cygwin VFS and indicating that the cygwin_conv_path() system call failed while trying to open a file. See also: SQLITE_IOERR_CONVPATH

Source: SQLite Result and Error Codes