Expand description
Error types for the Murk simulation framework.
Maps the error code table from HLD §9.7 to Rust enums, organized by subsystem: step (tick engine), propagator, ingress, and observation.
Enums§
- Ingress
Error - Errors from the ingress (command submission) pipeline.
- ObsError
- Errors from the observation (egress) pipeline.
- Propagator
Error - Errors from individual propagator execution.
- Step
Error - Errors from the tick engine during
step().