Uses of Class
com.microsoft.azure.management.resources.ErrorResponse
Packages that use ErrorResponse
Package
Description
This package contains the classes for ResourceManagementClient.
-
Uses of ErrorResponse in com.microsoft.azure.management.resources
Methods in com.microsoft.azure.management.resources that return ErrorResponseModifier and TypeMethodDescriptionErrorResponseException.body()
DeploymentPropertiesExtended.error()
Get the deployment error.ResourceGroupExportResult.error()
StatusMessage.error()
Get the error reported by the operation.WhatIfOperationResult.error()
Methods in com.microsoft.azure.management.resources that return types with arguments of type ErrorResponseMethods in com.microsoft.azure.management.resources with parameters of type ErrorResponseModifier and TypeMethodDescriptionStatusMessage.withError
(ErrorResponse error) Set the error reported by the operation.Constructors in com.microsoft.azure.management.resources with parameters of type ErrorResponseModifierConstructorDescriptionErrorResponseException
(String message, retrofit2.Response<okhttp3.ResponseBody> response, ErrorResponse body) Initializes a new instance of the ErrorResponseException class.