Class ErrorSummaryDto
Summary of errors grouped by exception type and collection.
public record ErrorSummaryDto : IEquatable<ErrorSummaryDto>
- Inheritance
-
ErrorSummaryDto
- Implements
- Inherited Members
Properties
CollectionName
public required string CollectionName { get; init; }
Property Value
ConfigurationName
public required string ConfigurationName { get; init; }
Property Value
Count
public required int Count { get; init; }
Property Value
DatabaseName
public required string DatabaseName { get; init; }
Property Value
ExceptionType
public required string ExceptionType { get; init; }
Property Value
LastOccurrence
public required DateTime LastOccurrence { get; init; }
Property Value
Message
public required string Message { get; init; }
Property Value
SourceName
public required string SourceName { get; init; }