Expand description
Error handling utilities for the runtime
This module provides error handling strategies and utilities for fallible commands and model operations.
Structs§
- Composite
Error Handler - Error handler that combines logging and event generation
- Default
Error Handler - Default error handler that logs errors to stderr
- Event
Error Handler - Error handler that converts errors to events
Traits§
- Error
Handler - Trait for custom error handling strategies