Type Alias: JobErrorStatisticsItem
type JobErrorStatisticsItem = object;
Aggregated error metrics for a single error type and message combination.
Properties
errorCode
errorCode: string;
The error code identifier.
errorMessage
errorMessage: string;
The error message.
workers
workers: number;
Number of distinct workers that encountered this error.