Package | Description |
---|---|
com.microsoft.azure.management.network |
This package contains the classes for NetworkManagementClient.
|
Modifier and Type | Method and Description |
---|---|
Error |
ErrorException.body() |
Error |
AzureAsyncOperationResult.error()
Get the error value.
|
Error |
Error.withCode(String code)
Set the code value.
|
Error |
Error.withDetails(List<ErrorDetails> details)
Set the details value.
|
Error |
Error.withInnerError(String innerError)
Set the innerError value.
|
Error |
Error.withMessage(String message)
Set the message value.
|
Error |
Error.withTarget(String target)
Set the target value.
|
Modifier and Type | Method and Description |
---|---|
AzureAsyncOperationResult |
AzureAsyncOperationResult.withError(Error error)
Set the error value.
|
Constructor and Description |
---|
ErrorException(String message,
retrofit2.Response<okhttp3.ResponseBody> response,
Error body)
Initializes a new instance of the ErrorException class.
|
Copyright © 2019. All rights reserved.