| Package | Description |
|---|---|
| com.microsoft.azure.batch.protocol.models |
This package contains the models classes for BatchServiceClient.
|
| Modifier and Type | Method and Description |
|---|---|
BatchError |
BatchErrorException.body() |
BatchError |
TaskAddResult.error()
Get the error value.
|
BatchError |
BatchError.withCode(String code)
Set the code value.
|
BatchError |
BatchError.withMessage(ErrorMessage message)
Set the message value.
|
BatchError |
BatchError.withValues(List<BatchErrorDetail> values)
Set the values value.
|
| Modifier and Type | Method and Description |
|---|---|
TaskAddResult |
TaskAddResult.withError(BatchError error)
Set the error value.
|
| Constructor and Description |
|---|
BatchErrorException(String message,
retrofit2.Response<okhttp3.ResponseBody> response,
BatchError body)
Initializes a new instance of the BatchErrorException class.
|
Copyright © 2019. All rights reserved.