| 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 details of the error occurred during specified asynchronous operation.
|
Error |
Error.withCode(String code)
Set error code.
|
Error |
Error.withDetails(List<ErrorDetails> details)
Set error details.
|
Error |
Error.withInnerError(String innerError)
Set inner error message.
|
Error |
Error.withMessage(String message)
Set error message.
|
Error |
Error.withTarget(String target)
Set error target.
|
| Modifier and Type | Method and Description |
|---|---|
AzureAsyncOperationResult |
AzureAsyncOperationResult.withError(Error error)
Set details of the error occurred during specified asynchronous operation.
|
| Constructor and Description |
|---|
ErrorException(String message,
retrofit2.Response<okhttp3.ResponseBody> response,
Error body)
Initializes a new instance of the ErrorException class.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/