Table of Contents

Constructor IngestionFailure

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

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

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

public IngestionFailure(EdgeErrorCode Code, string Message, string? ExtractorId = null, string? Remediation = null)

Parameters

Code EdgeErrorCode
Message string
ExtractorId string
Remediation string