Skip to main content
Version: 8.9

Type Alias: JobErrorStatisticsQueryResult

type JobErrorStatisticsQueryResult = SearchQueryResponse & object;

Job error statistics query result.

Type Declaration

items

items: JobErrorStatisticsItem[];

The list of per-error statistics items.

page

page: SearchQueryPageResponse;