SQLITE_CANTOPEN_CONVPATH constant

int const SQLITE_CANTOPEN_CONVPATH

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_pathstatic const int ) system call failed while trying to open a file. See also: SQLITE_IOERR_CONVPATH

Implementation

static const int SQLITE_CANTOPEN_CONVPATH = 1038;