Interface IErrorData
Defines error data.
Namespace: MESL.SqlRace.Domain
Assembly: MESL.SqlRace.Domain.dll
Syntax
public interface IErrorData
Properties
Description
Gets the description.
Declaration
string Description { get; }
Property Value
Type | Description |
---|---|
System.String |
FirstOccurrenceTimestamp
First timestamps of the error occurred.
Declaration
long FirstOccurrenceTimestamp { get; }
Property Value
Type | Description |
---|---|
System.Int64 |
Name
Gets the name.
Declaration
string Name { get; }
Property Value
Type | Description |
---|---|
System.String |
TimestampAndStatusSeries
Current or Logged
Declaration
IDictionary<long, ErrorStatusType> TimestampAndStatusSeries { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IDictionary<System.Int64, ErrorStatusType> |