SQLITE_CANTOPEN_FULLPATH constant

int const SQLITE_CANTOPEN_FULLPATH

The SQLITE_CANTOPEN_FULLPATH error code is an extended error code for SQLITE_CANTOPEN indicating that a file open operation failed because the operating system was unable to convert the filename into a full pathname.

Implementation

static const int SQLITE_CANTOPEN_FULLPATH = 782;