Expand description
§RanvierError: Serde-Compatible Error Wrapper
A ready-made error type that satisfies the Axon serde bounds
(Serialize + DeserializeOwned + Send + Sync + Debug).
Use this when you need typed error variants without defining a custom enum.
Enums§
- Ranvier
Error - A serde-compatible error type for common Ranvier patterns.