@camunda8/orchestration-cluster-api
    Preparing search index...

    Type Alias JobErrorStatisticsQueryResult

    JobErrorStatisticsQueryResult: SearchQueryResponse & {
        items: JobErrorStatisticsItem[];
        page: SearchQueryPageResponse;
    }

    Job error statistics query result.

    Type Declaration