Expand description
Unified error handling for the GraphRAG system
This module provides a centralized error type that encompasses all possible errors that can occur throughout the GraphRAG pipeline.
Enums§
- Error
Severity - Error severity levels for logging and monitoring
- GraphRAG
Error - Main error type for the GraphRAG system
Traits§
- Error
Context - Trait for adding context to errors
Type Aliases§
- Result
- Convenient Result type alias