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
Our errors are getting out of hand and we need to do something to reduce the number of variants. Many can be grouped and details specified at runtime. As an example, we could turn this:
We should clean this up before 1.0.0. It will take sitting down and designing an error set.
Usually in a library all the errors are wrapped to make a consistent interface. Do we want to do that or return the underlying errors from dependencies?
We will likely get to this when we are forced to by consuming it from other libraries.
Our errors are getting out of hand and we need to do something to reduce the number of variants. Many can be grouped and details specified at runtime. As an example, we could turn this:
into
And simply specify the op and count information in the supplied string.
The text was updated successfully, but these errors were encountered: