Expand description
Error handling utilities
This module provides shared error handling utilities including
the Traceable trait for generating detailed error traces and
the ErrorKind enum for high-level error categorization.
Modules§
Enums§
- Error
Kind - Generic error categories for command failures
Traits§
- Traceable
- Trait for errors that can generate detailed traces