Closed holtgrewe closed 1 year ago
We should have a good overview of the anyhow-based errors that we create.
We should create a proper enum based error handling for the library. This will allow downstream software to react to errors more gracefully.
enum
We should have a good overview of the anyhow-based errors that we create.
We should create a proper
enum
based error handling for the library. This will allow downstream software to react to errors more gracefully.