Serialized Form
-
Package com.azure.compute.batch.models
-
Exception Class com.azure.compute.batch.models.CreateTasksErrorException
class CreateTasksErrorException extends com.azure.core.exception.AzureException implements Serializable-
Serialized Fields
-
failureTaskList
List<BatchTaskAddResult> failureTaskList
The list ofBatchTaskAddResult
instances containing failure details for tasks that were not successfully created. -
pendingTaskList
List<BatchTaskCreateContent> pendingTaskList
The list ofBatchTask
instances containing the tasks that were not added, but for which the operation can be retried.
-
-
-