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 Sep 11, 2026. It is now read-only.
Some of the errors we expose are only Internal errors. I think we expose too many errors to the public interface. Adding an internal error type interface these up should make development easier since you'd not have to display each internal error into its own HTTP response, just 500.
Some of the errors we expose are only Internal errors. I think we expose too many errors to the public interface. Adding an internal error type interface these up should make development easier since you'd not have to display each internal error into its own HTTP response, just 500.