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

    Type Alias JobErrorStatisticsItem

    Aggregated error metrics for a single error type and message combination.

    type JobErrorStatisticsItem = {
        errorCode: string;
        errorMessage: string;
        workers: number;
    }
    Index

    Properties

    errorCode: string

    The error code identifier.

    errorMessage: string

    The error message.

    workers: number

    Number of distinct workers that encountered this error.