Module error_handler

Module error_handler 

Source
Expand description

Error handling utilities for the runtime

This module provides error handling strategies and utilities for fallible commands and model operations.

Structs§

CompositeErrorHandler
Error handler that combines logging and event generation
DefaultErrorHandler
Default error handler that logs errors to stderr
EventErrorHandler
Error handler that converts errors to events

Traits§

ErrorHandler
Trait for custom error handling strategies