Expand description
Errors raised while hosting a run.
Everything an agent can fail with funnels through Error. The run driver
turns whatever escapes Agent::run into a RUN_ERROR
event, so an error is never a panic and never a silently truncated stream.
Structs§
- Verification
Error - One event rejected by the ordering verifier.
Enums§
Type Aliases§
- Result
- Result alias used throughout this crate.