Seaquel
SQLite error code

SQLITE_NOLFS

SQLITE_NOLFS is SQLite result code 22.

Result code22
NameSQLITE_NOLFS
Primary codeSQLITE_NOLFS

What it means

The SQLITE_NOLFS error can be returned on systems that do not support large files when the database grows to be larger than what the filesystem can handle. "NOLFS" stands for "NO Large File Support".

Source: SQLite Result and Error Codes