Table of Contents

Constructor EdgeRagException

Namespace
Qavren.Edge.Rag
Assembly
Qavren.Edge.Rag.dll

EdgeRagException(EdgeErrorCode, string, string?, string?, string?, Exception?)

Creates a RAG failure carrying whichever of the three context fields are known.

public EdgeRagException(EdgeErrorCode code, string message, string? retrieverName = null, string? collectionName = null, string? remediation = null, Exception? innerException = null)

Parameters

code EdgeErrorCode
message string
retrieverName string
collectionName string
remediation string
innerException Exception