Expand description
Comprehensive error handling with rich context preservation.
This module provides a sophisticated error handling system that captures detailed context about failures, supports error chaining, and integrates with observability systems.
Structs§
- Error
- Comprehensive error type with rich context information
- Error
Context - Rich contextual information for errors
- Retry
Info - Information about retry attempts
Enums§
- Error
Kind - Error classification for programmatic handling
Traits§
- Error
Ext - Extension trait for adding MCP error context to other error types
Type Aliases§
- Result
- Result type alias for MCP operations