You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 26, 2025. It is now read-only.
Certain errors occurring in the DB should be treated as critical, or more important, than the usual class that just cause exceptions. At the very least they should get logged to the error logs.
For example if the app attempts to write and causes a duplicate key error, whether on unique constraint, or on primary key constraint. This is a #1022 error and signifies a major problem in schema, or app logic, or both.