Module error

Module error 

Source
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
ErrorContext
Rich contextual information for errors
RetryInfo
Information about retry attempts

Enums§

ErrorKind
Error classification for programmatic handling

Traits§

ErrorExt
Extension trait for adding MCP error context to other error types

Type Aliases§

Result
Result type alias for MCP operations