Expand description
Error hierarchy shared across the workspace.
Pattern:
- Each crate defines its own domain error enum via
thiserror. - Crate-level errors implement
FromintoCommonErroronly where they need to surface at public boundaries. - Never use
anyhowinside libraries — reserve it formain.rs.
Enums§
- Common
Error - Top-level error type for the
arknet-commoncrate.
Type Aliases§
- Result
- Protocol-wide result type.