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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Custom error types 馃 #5

Open
doc-E-brown opened this issue Mar 6, 2023 · 0 comments
Open

Custom error types 馃 #5

doc-E-brown opened this issue Mar 6, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@doc-E-brown
Copy link
Contributor

Replace anyhow with custom error types

anyhow::{Result, Error} has been used to get basic functionality working and to develop some of the fundamentals of the crate.
This is a temporary measure and custom error types are required to provide users of the API with more helpful information about the nature or types of errors.

Definition of Done
Implement and return custom error types from functions / methods.

@doc-E-brown doc-E-brown added the enhancement New feature or request label Mar 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant