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

    Type Alias TriggerClusterRebalanceErrors

    type TriggerClusterRebalanceErrors = {
        "400": ProblemDetail;
        "401": ProblemDetail;
        "409": ProblemDetail;
        "500": ProblemDetail;
        "502": ProblemDetail;
        "503": ProblemDetail;
        "504": ProblemDetail;
    }
    Index

    The provided data is not valid.

    The request lacks valid authentication credentials.

    A rebalance or cluster configuration change is already in progress, so there is no settled configuration to plan a rebalance against.

    An internal error occurred while processing the request.

    The coordinator was reached, but its response was absent or unusable.

    No coordinator is currently available or reachable.

    The coordinator did not answer before the request timeout.