Expand description
Rich error handling for Rust Logic Graph
This module provides comprehensive error types with:
- Unique error codes for documentation lookup
- Error classification (Retryable, Permanent, Transient)
- Actionable suggestions for fixing errors
- Rich context propagation across distributed systems
- Links to troubleshooting documentation
Structs§
- Error
Context - Context about where the error occurred in the graph execution
- Rust
Logic Graph Error - Main error type for Rust Logic Graph
Enums§
- Error
Category - Error classification for retry strategies
Type Aliases§
- Result
- Result type alias for convenience