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
We should have a good overview of the anyhow-based errors that we create.
We should create a proper enum based error handling for the library. This will allow downstream software to react to errors more gracefully.
enum
The text was updated successfully, but these errors were encountered:
feat: proper error handling with enums and thiserror (#69)
6dd7751
feat: proper error handling with enums and thiserror (#69) (#103)
add8248
Successfully merging a pull request may close this issue.
We should have a good overview of the anyhow-based errors that we create.
We should create a proper
enum
based error handling for the library. This will allow downstream software to react to errors more gracefully.The text was updated successfully, but these errors were encountered: