Module error

Module error 

Source
Expand description

Reducer error path. Distinct from runtime errors — these mean the input event is structurally inapplicable to the current state, which is a runtime invariant violation (out-of-order event, stale seq, etc.). The runtime layer decides whether to log + drop, request replay, or panic.

Enums§

TransitionError