Expand description
Expansion for fatal-annotations
Expand #[fatal] annotations on enum variants into
two additional enums that can be converted back, or
the original split into two.
Stands on the shoulders of thiserror.
Re-exports
pub use thiserror;
Traits
- Determine the fatality of an error.
- Converts a flat, yet
splitableerror into a nestedResult<Result<_,Jfyi>, Fatal>error type. - Allows to split an error into two types - a fatal and a informational enum error type, that can be further consumed.