Seaquel
SQLite error code

SQLITE_PERM

SQLITE_PERM is SQLite result code 3.

Result code3
NameSQLITE_PERM
Primary codeSQLITE_PERM

What it means

The SQLITE_PERM result code indicates that the requested access mode for a newly created database could not be provided.

Source: SQLite Result and Error Codes