We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I wish we had
return SwapErr({ ... })
instead of
return Err(makeSwapErrorRight({ ... }))
If SwapErr as a class extending Err isn't doable, then a function achieving the same idea is fine.
SwapErr
Err
Context #8294 (comment)
makeSwapErrorRight
No response
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Overview
I wish we had
instead of
References and additional details
If
SwapErr
as a class extendingErr
isn't doable, then a function achieving the same idea is fine.Context
#8294 (comment)
Acceptance Criteria
makeSwapErrorRight
is removed in favor ofSwapErr
(or equivalent) which is an extension ofErr
Need By Date
No response
Screenshots/Mockups
No response
Estimated effort
No response
The text was updated successfully, but these errors were encountered: