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
Does WebError really needs to be defined as sealed?
Each web service handle errors in its own way, I don't think it makes sense to force a predefined structure.
Ok... we're losing control on MatchError, but this lack of flexibility is really frustrating.
Another solution would be to create a "free text error", but I don't think it's safer than a run-time MatchError.
requirements
The WebError family is rather arbitrary.
We should allow defining custom errors.
The text was updated successfully, but these errors were encountered: