Class EdgeRagException
A retrieval-augmented generation failure: the 7200-7299 range. Carries the retriever name, the collection name and a remediation sentence, because all three are what a caller needs and none of them survive a bare message.
public sealed class EdgeRagException : EdgeException, ISerializable
- Inheritance
-
EdgeRagException
- Implements
- Inherited Members
Constructors
- EdgeRagException(EdgeErrorCode, string, string?, string?, string?, Exception?)
Creates a RAG failure carrying whichever of the three context fields are known.
Properties
- CollectionName
The MEVD collection behind it, when the failure came from the vector-store adapter.
- Remediation
What the caller should do about it.
- RetrieverName
Name of the retriever that failed, when there was one.