Skip to content
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

fix: add Error types #15

Closed
storopoli opened this issue Mar 21, 2024 · 1 comment · Fixed by #55
Closed

fix: add Error types #15

storopoli opened this issue Mar 21, 2024 · 1 comment · Fixed by #55
Labels
good first issue Good for newcomers help wanted Extra attention is needed

Comments

@storopoli
Copy link
Owner

We use anyhow::Result for everything.
It works and is a quick and simple solution.

It would be good to have different Error implementations.
One can easily create them using thiserror.

@storopoli storopoli added help wanted Extra attention is needed good first issue Good for newcomers labels Mar 21, 2024
@jaoleal
Copy link
Contributor

jaoleal commented May 12, 2024

See the PR #55
is that what you meant ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers help wanted Extra attention is needed
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants