SQLite error code
SQLITE_NOLFS
SQLITE_NOLFS is SQLite result code 22.
| Result code | 22 |
|---|---|
| Name | SQLITE_NOLFS |
| Primary code | SQLITE_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