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

    Type Alias CancelBatchOperationErrors

    type CancelBatchOperationErrors = {
        "400": ProblemDetail;
        "403": ProblemDetail;
        "404": ProblemDetail;
        "500": ProblemDetail;
    }
    Index

    Properties

    Properties

    The provided data is not valid.

    Forbidden. The request is not allowed.

    Not found. The batch operation was not found.

    An internal error occurred while processing the request.