errors.fyi community error code reference
SQLITE_BUSY_SNAPSHOT
sqlite

Busy snapshot conflict

A reader in WAL mode is holding a snapshot that the writer needs to overwrite. The reader must advance to a newer snapshot before the writer can proceed.

Numeric value: 517

References

← all namespaces