errors.fyi community error code reference
SQLITE_READONLY
sqlite

Read-only database

An attempt was made to write to a read-only database, a read-only file, or a database for which the caller lacks write permission.

Numeric value: 8

References

โ† all namespaces for SQLITE_READONLY