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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
New Features
Added Catch method to Result as a counter to Then to make it simpler to handle errors by allowing the client to use the Error to generate a different Result.
Added OnFailure to Result as a counter to OnSuccess to make it simple to take an action on a Failure.
Added SelectError to Result as a counter to Select to make it simpler to project errors to a different format in the case of a Failure.