Skip to main content

Module error

Module error 

Source
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§

RanvierError
A serde-compatible error type for common Ranvier patterns.