Table of Contents

Class IngestionFailure

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

One reported (not thrown) failure. Carries the code so a caller can switch on it.

public sealed record IngestionFailure : IEquatable<IngestionFailure>
Inheritance
IngestionFailure
Implements
Inherited Members

Constructors

IngestionFailure(EdgeErrorCode, string, string?, string?)

One reported (not thrown) failure. Carries the code so a caller can switch on it.

Properties

Code
ExtractorId
Message
Remediation