errors.fyi community error code reference
SQLITE_LOCKED
sqlite

Table locked

A write operation could not continue because of a conflict within the same database connection (e.g. a table needed by one statement is locked by another).

Numeric value: 6

References

← all namespaces