Table of Contents

Class EdgeIngestionException

Namespace
Qavren.Edge.Ingestion
Assembly
Qavren.Edge.Ingestion.dll

Base type for every fault Qavren.Edge.Ingestion raises deliberately (spec 13.2). Configuration faults reuse SP1's EdgeConfigurationException with a 60xx code, so AddIngestion fails the way every other builder call in the suite fails.

public class EdgeIngestionException : EdgeException, ISerializable
Inheritance
EdgeIngestionException
Implements
Derived
Inherited Members

Constructors

EdgeIngestionException(EdgeErrorCode, string, Exception?)

Properties

DocumentId

The document the fault belongs to, when one is in scope.

Remediation

What the caller should do about it. Mirrored into the reported failure.

RunId

The run the fault belongs to, when one is in scope.

SizeBytes

The size that was refused, for the ceiling faults (6052, 6053).

SourceId

The source the fault belongs to, when one is in scope.