SQLITE_CANTOPEN_ISDIR constant
int
const SQLITE_CANTOPEN_ISDIR
The SQLITE_CANTOPEN_ISDIR error code is an extended error code for SQLITE_CANTOPEN indicating that a file open operation failed because the file is really a directory.
Implementation
static const int SQLITE_CANTOPEN_ISDIR = 526;