SQLite error code
SQLITE_IOERR_CONVPATH
SQLITE_IOERR_CONVPATH is SQLite result code 6666, an extended code of SQLITE_IOERR.
| Result code | 6666 |
|---|---|
| Name | SQLITE_IOERR_CONVPATH |
| Primary code | SQLITE_IOERR |
What it means
The SQLITE_IOERR_CONVPATH error code is an extended error code for SQLITE_IOERR used only by Cygwin VFS and indicating that the cygwin_conv_path() system call failed. See also: SQLITE_CANTOPEN_CONVPATH
Source: SQLite Result and Error Codes