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

    Type Alias MigrateProcessInstancesBatchOperationErrors

    type MigrateProcessInstancesBatchOperationErrors = {
        "400": ProblemDetail;
        "401": ProblemDetail;
        "403": ProblemDetail;
        "500": ProblemDetail;
    }
    Index

    Properties

    Properties

    The process instance batch operation failed. More details are provided in the response body.

    The request lacks valid authentication credentials.

    Forbidden. The request is not allowed.

    An internal error occurred while processing the request.