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
EventAuditEventSinkNamestringErrorTypestringErrorMessagestringFailedAtDateTimeOffset
Properties
ErrorMessage
public string ErrorMessage { get; init; }
Property Value
ErrorType
public string ErrorType { get; init; }
Property Value
Event
public AuditEvent Event { get; init; }
Property Value
FailedAt
public DateTimeOffset FailedAt { get; init; }
Property Value
SinkName
public string SinkName { get; init; }