Module error

Module error 

Source
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§

ErrorContext
Context about where the error occurred in the graph execution
RustLogicGraphError
Main error type for Rust Logic Graph

Enums§

ErrorCategory
Error classification for retry strategies

Type Aliases§

Result
Result type alias for convenience