errors.fyi community error code reference
SQLITE_TOOBIG
sqlite

String or BLOB too large

A string or BLOB value exceeds the limit set by SQLITE_LIMIT_LENGTH (default 1 billion bytes).

Numeric value: 18

References

โ† all namespaces for SQLITE_TOOBIG