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

    Type Alias CreateTenantClusterVariableErrors

    type CreateTenantClusterVariableErrors = {
        "400": ProblemDetail;
        "401": ProblemDetail;
        "403": ProblemDetail;
        "404": ProblemDetail;
        "409": ProblemDetail;
        "500": ProblemDetail;
    }
    Index

    Properties

    Properties

    The provided data is not valid.

    The request lacks valid authentication credentials.

    Forbidden. The request is not allowed.

    The tenant with the given ID was not found.

    A cluster variable with this name already exists for the given tenant.

    An internal error occurred while processing the request.