SQLITE_IOERR_CONVPATH constant
int
const SQLITE_IOERR_CONVPATH
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_pathstatic const int ) system call failed. See also: SQLITE_CANTOPEN_CONVPATH
Implementation
static const int SQLITE_IOERR_CONVPATH = 6666;