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

    Type Alias IncidentProcessInstanceStatisticsByErrorResult

    type IncidentProcessInstanceStatisticsByErrorResult = {
        activeInstancesWithErrorCount: number;
        errorHashCode: number;
        errorMessage: string;
    }
    Index

    Properties

    activeInstancesWithErrorCount: number

    The number of active process instances that currently have an active incident with this error.

    errorHashCode: number

    The hash code identifying a specific incident error..

    errorMessage: string

    The error message associated with the incident error hash code.