Expand description
The error model shared by every pamoja crate.
A single Error type keeps failure handling uniform across capabilities and
maps cleanly onto each language binding’s native error idiom, such as
exceptions or rejected promises.
Enums§
- Error
- The error type returned by all fallible pamoja operations.
Type Aliases§
- Result
- A specialized
core::result::Resultwhose error type is fixed toError.