feat: move ArticleLocation to defined errors #24
No reviewers
Labels
No Label
ci
priority
critical
priority
high
priority
low
status
abandonned
status
accepted
status
help_wanted
status
in_progress
status
refused
status
review_needed
type
bug
type
discussion
type
enhancement
type
question
type
refactor
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: poc/crieur#24
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "feature/article_location_defined_errors"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Previously, the functions in article_location.rs where returning generic
anyhow::Result.
In order to ease error handling when using the library, it have been
moved to specific errors.
closes #13