SQLite error code
SQLITE_CANTOPEN_ISDIR
SQLITE_CANTOPEN_ISDIR is SQLite result code 526, an extended code of SQLITE_CANTOPEN.
| Result code | 526 |
|---|---|
| Name | SQLITE_CANTOPEN_ISDIR |
| Primary code | SQLITE_CANTOPEN |
What it means
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.
Source: SQLite Result and Error Codes