| Package | Description |
|---|---|
| com.microsoft.azure.management.network |
This package contains the classes for NetworkManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
ErrorDetails |
ErrorResponse.error()
Get the error details object.
|
ErrorDetails |
ErrorDetails.withCode(String code)
Set error code.
|
ErrorDetails |
ErrorDetails.withMessage(String message)
Set error message.
|
ErrorDetails |
ErrorDetails.withTarget(String target)
Set error target.
|
| Modifier and Type | Method and Description |
|---|---|
List<ErrorDetails> |
Error.details()
Get error details.
|
| Modifier and Type | Method and Description |
|---|---|
ErrorResponse |
ErrorResponse.withError(ErrorDetails error)
Set the error details object.
|
| Modifier and Type | Method and Description |
|---|---|
Error |
Error.withDetails(List<ErrorDetails> details)
Set error details.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/