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

    Type Alias BatchOperationError

    type BatchOperationError = {
        message?: string;
        partitionId?: number;
        type?: "QUERY_FAILED" | "RESULT_BUFFER_SIZE_EXCEEDED";
    }
    Index

    Properties

    message?: string

    The error message that occurred during the batch operation.

    partitionId?: number

    The partition ID where the error occurred.

    type?: "QUERY_FAILED" | "RESULT_BUFFER_SIZE_EXCEEDED"

    The type of the error that occurred during the batch operation.