errors.fyi community error code reference
SQLITE_CONSTRAINT_ROWID
sqlite

ROWID constraint failed

A rowid value is not unique within the table (relevant for tables without an explicit INTEGER PRIMARY KEY).

Numeric value: 2579

References

โ† all namespaces for SQLITE_CONSTRAINT_ROWID