Skip to main content

Module error

Module error 

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

ErrorSeverity
Error severity levels for logging and monitoring
GraphRAGError
Main error type for the GraphRAG system

Traits§

ErrorContext
Trait for adding context to errors

Type Aliases§

Result
Convenient Result type alias