Interface JobErrorStatisticsItem
- All Known Implementing Classes:
JobErrorStatisticsItemImpl
public interface JobErrorStatisticsItem
Aggregated job metrics for a single error code and message combination.
-
Method Summary
Modifier and TypeMethodDescriptionReturns the error code identifier.Returns the error message.intReturns the number of distinct workers that encountered this error.
-
Method Details
-
getErrorCode
String getErrorCode()Returns the error code identifier.- Returns:
- the error code
-
getErrorMessage
String getErrorMessage()Returns the error message.- Returns:
- the error message
-
getWorkers
int getWorkers()Returns the number of distinct workers that encountered this error.- Returns:
- the worker count
-