Uses of Class
com.microsoft.azure.management.resources.ErrorResponse
-
Packages that use ErrorResponse Package Description com.microsoft.azure.management.resources 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 ErrorResponse Modifier and Type Method Description ErrorResponseErrorResponseException. body()ErrorResponseErrorResponse. withErrorCode(String errorCode)Set the errorCode value.ErrorResponseErrorResponse. withErrorMessage(String errorMessage)Set the errorMessage value.ErrorResponseErrorResponse. withHttpStatus(String httpStatus)Set the httpStatus value.Constructors in com.microsoft.azure.management.resources with parameters of type ErrorResponse Constructor Description ErrorResponseException(String message, retrofit2.Response<okhttp3.ResponseBody> response, ErrorResponse body)Initializes a new instance of the ErrorResponseException class.
-