Skip to main content
Version: 8.9

Type Alias: JobErrorStatisticsFilter

type JobErrorStatisticsFilter = object;

Job error statistics search filter.

Properties

errorCode?

optional errorCode?: StringFilterProperty;

Optional error code filter with advanced search capabilities.


errorMessage?

optional errorMessage?: StringFilterProperty;

Optional error message filter with advanced search capabilities.


from

from: string;

Start of the time window to filter metrics. ISO 8601 date-time format.


jobType

jobType: string;

Job type to return error metrics for.


to

to: string;

End of the time window to filter metrics. ISO 8601 date-time format.