klauthed-error 0.1.0

Error kernel for klauthed: the DomainError trait with stable, serializable error codes and categories.
Documentation
1
2
3
4
5
//! The [`ErrorCategory`] taxonomy (HTTP/retry semantics live on the type).

mod error_category;

pub use error_category::*;