Seaquel
SQLite error code

SQLITE_CANTOPEN_ISDIR

SQLITE_CANTOPEN_ISDIR is SQLite result code 526, an extended code of SQLITE_CANTOPEN.

Result code526
NameSQLITE_CANTOPEN_ISDIR
Primary codeSQLITE_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