RunErrorStatistics
Namespace AgentPrism · Assembly
AgentPrism.Abstractions.dllAn error class’s summary.
public sealed record RunErrorStatistics : IEquatable<RunErrorStatistics>Inheritance
Section titled “Inheritance”Implements
Section titled “Implements”IEquatable<RunErrorStatistics>
Inherited Members
Section titled “Inherited Members”object.GetType(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()
Constructors
Section titled “Constructors”RunErrorStatistics()
Section titled “ RunErrorStatistics()”public RunErrorStatistics()Properties
Section titled “Properties”The error class.
public required RunErrorClass Class { get; init; }Property Value
Section titled “Property Value”TopClusters
Section titled “ TopClusters”This class’s most frequent clusters, in descending order of count.
public IReadOnlyList<RunErrorCluster> TopClusters { get; init; }Property Value
Section titled “Property Value”IReadOnlyList<RunErrorCluster>
TotalRuns
Section titled “ TotalRuns”The total number of runs falling into this class.
public required long TotalRuns { get; init; }Property Value
Section titled “Property Value”Methods
Section titled “Methods”Equals(object?)
Section titled “ Equals(object?)”public override bool Equals(object? obj)Parameters
Section titled “Parameters”obj object?
Returns
Section titled “Returns”Equals(RunErrorStatistics?)
Section titled “ Equals(RunErrorStatistics?)”public bool Equals(RunErrorStatistics? other)Parameters
Section titled “Parameters”other RunErrorStatistics?
Returns
Section titled “Returns”GetHashCode()
Section titled “ GetHashCode()”public override int GetHashCode()Returns
Section titled “Returns”ToString()
Section titled “ ToString()”public override string ToString()Returns
Section titled “Returns”Operators
Section titled “Operators”operator ==(RunErrorStatistics?, RunErrorStatistics?)
Section titled “ operator ==(RunErrorStatistics?, RunErrorStatistics?)”public static bool operator ==(RunErrorStatistics? left, RunErrorStatistics? right)Parameters
Section titled “Parameters”left RunErrorStatistics?
right RunErrorStatistics?
Returns
Section titled “Returns”operator !=(RunErrorStatistics?, RunErrorStatistics?)
Section titled “ operator !=(RunErrorStatistics?, RunErrorStatistics?)”public static bool operator !=(RunErrorStatistics? left, RunErrorStatistics? right)Parameters
Section titled “Parameters”left RunErrorStatistics?
right RunErrorStatistics?