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
We should think about splitting Error into the user-facing Error and an inconvertible InternalError error type. This should give us more flexibility handling errors internally, and will force us to decide what to expose and how to expose it to the user.
The text was updated successfully, but these errors were encountered:
Closing this as I'm pretty happy where we're are with the error type for the time being. Will reopen another issue if it becomes an issue again, or if we find we need much more fine-grained error variants...
Uh oh!
There was an error while loading. Please reload this page.
We should think about splitting
Error
into the user-facingError
and an inconvertibleInternalError
error type. This should give us more flexibility handling errors internally, and will force us to decide what to expose and how to expose it to the user.The text was updated successfully, but these errors were encountered: