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

    Type Alias ChangeClusterModeAsClusterAdminErrors

    type ChangeClusterModeAsClusterAdminErrors = {
        "400": ProblemDetail;
        "401": ProblemDetail;
        "404": ProblemDetail;
        "409": unknown;
        "500": ProblemDetail;
    }
    Index

    The provided data is not valid.

    The request lacks valid authentication credentials.

    The requested physicalTenantId does not exist in this cluster.

    "409": unknown

    The mode change conflicts with the cluster state, for example because another configuration change is in progress.

    An internal error occurred while processing the request.