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

    Type Alias RestoreErrors

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

    The provided data is not valid.

    The request lacks valid authentication credentials.

    "409": unknown

    The cluster is not in recovery mode, so the restore cannot be accepted.

    An internal error occurred while processing the request.