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

    Type Alias RestoreAsClusterAdminErrors

    type RestoreAsClusterAdminErrors = {
        "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, or a physical tenant named in overrides, does not exist in this cluster.

    "409": unknown

    A targeted physical tenant is not in recovery mode, so the restore cannot be accepted.

    An internal error occurred while processing the request.