SQLite error code
SQLITE_CANTOPEN_CONVPATH
SQLITE_CANTOPEN_CONVPATH is SQLite result code 1038, an extended code of SQLITE_CANTOPEN.
| Result code | 1038 |
|---|---|
| Name | SQLITE_CANTOPEN_CONVPATH |
| Primary code | SQLITE_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