| Package | Description |
|---|---|
| com.microsoft.azure.management.resources |
This package contains the classes for ResourceManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
ErrorResponse |
ErrorResponseException.body() |
ErrorResponse |
DeploymentPropertiesExtended.error()
Get the deployment error.
|
ErrorResponse |
WhatIfOperationResult.error() |
ErrorResponse |
ResourceGroupExportResult.error() |
ErrorResponse |
StatusMessage.error()
Get the error reported by the operation.
|
| Modifier and Type | Method and Description |
|---|---|
List<ErrorResponse> |
ErrorResponse.details()
Get the error details.
|
| Modifier and Type | Method and Description |
|---|---|
StatusMessage |
StatusMessage.withError(ErrorResponse error)
Set the error reported by the operation.
|
| Constructor and Description |
|---|
ErrorResponseException(String message,
retrofit2.Response<okhttp3.ResponseBody> response,
ErrorResponse body)
Initializes a new instance of the ErrorResponseException class.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/