-
Notifications
You must be signed in to change notification settings - Fork 1
Remove use of anyhow::Result #159
Copy link
Copy link
Open
Labels
mediumMedium difficulty issue.Medium difficulty issue.medium-priorityAn issue that should be completed soon but is not yet pressing.An issue that should be completed soon but is not yet pressing.refactorCode that needs to be improved changed.Code that needs to be improved changed.technical debtRefactors to improve code quality.Refactors to improve code quality.
Metadata
Metadata
Assignees
Labels
mediumMedium difficulty issue.Medium difficulty issue.medium-priorityAn issue that should be completed soon but is not yet pressing.An issue that should be completed soon but is not yet pressing.refactorCode that needs to be improved changed.Code that needs to be improved changed.technical debtRefactors to improve code quality.Refactors to improve code quality.
Type
Fields
Give feedbackNo fields configured for issues without a type.
Is your feature request related to a problem? Please describe.
The use of anyhows Result type makes error messages less clear. As such we should remove the use of the type and, where necessary, implement custom error types.