Table of Contents

Class DeadLetterEntry

Namespace
JD.AI.Core.Governance.Audit
Assembly
JD.AI.Core.dll

A failed audit write that was caught and queued for inspection.

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

Constructors

DeadLetterEntry(AuditEvent, string, string, string, DateTimeOffset)

A failed audit write that was caught and queued for inspection.

public DeadLetterEntry(AuditEvent Event, string SinkName, string ErrorType, string ErrorMessage, DateTimeOffset FailedAt)

Parameters

Event AuditEvent
SinkName string
ErrorType string
ErrorMessage string
FailedAt DateTimeOffset

Properties

ErrorMessage

public string ErrorMessage { get; init; }

Property Value

string

ErrorType

public string ErrorType { get; init; }

Property Value

string

Event

public AuditEvent Event { get; init; }

Property Value

AuditEvent

FailedAt

public DateTimeOffset FailedAt { get; init; }

Property Value

DateTimeOffset

SinkName

public string SinkName { get; init; }

Property Value

string