-
Notifications
You must be signed in to change notification settings - Fork 36
New issue
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
feat: use custom error types in internal and external crates #182
Conversation
2a40dec
to
4a2e87b
Compare
Marking as ready for review! |
8da9884
to
bb4e3e1
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The PR is really great! It simplifies the way you can programmatically manage errors on Wasm Workers Server. I added a few comments, but most of them are just consolidating the names between different crates:
CouldNot -> Cannot
ErrorXXX -> XXXError
I'm gonna approve it in advance, but please take a look at the suggestions before merging it :)
Co-authored-by: Ángel M <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM! 👏
Builds on top of #181, although that PR is not strictly necessary for this one.
Fixes: #73