varfish-org / hgvs-rs

A port of biocommons/hgvs to the Rust programming language
Apache License 2.0
11 stars 4 forks source link

Add proper error handling with enum #69

Closed holtgrewe closed 1 year ago

holtgrewe commented 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.