-
Notifications
You must be signed in to change notification settings - Fork 115
Standardize Error Handling #86
Copy link
Copy link
Open
Labels
good first issueGood for newcomersGood for newcomersreliabilityRelated to runtime reliability, stability and production readinessRelated to runtime reliability, stability and production readiness
Milestone
Metadata
Metadata
Assignees
Labels
good first issueGood for newcomersGood for newcomersreliabilityRelated to runtime reliability, stability and production readinessRelated to runtime reliability, stability and production readiness
Type
Projects
Status
Backlog
We currently use multiple error handling crates like
anyhow,thiserror, and also custom macros.It'd be good to standardize this and pick one option.