Module error

Module error 

Source
Expand description

RAG++ Error Types

Structured error hierarchy for the entire library. All errors implement std::error::Error and can be converted to anyhow::Error.

Enums§

Error
Main error type for RAG++

Type Aliases§

Result
Result type alias using RAG++ Error