Uses of Class
com.microsoft.azure.management.cdn.ErrorResponse
Packages that use ErrorResponse
Package
Description
This package contains the classes for CdnManagementClient.
-
Uses of ErrorResponse in com.microsoft.azure.management.cdn
Methods in com.microsoft.azure.management.cdn that return ErrorResponseModifier and TypeMethodDescriptionErrorResponseException.body()
AfdErrorResponse.error()
Get the error object.Methods in com.microsoft.azure.management.cdn with parameters of type ErrorResponseModifier and TypeMethodDescriptionAfdErrorResponse.withError
(ErrorResponse error) Set the error object.Constructors in com.microsoft.azure.management.cdn with parameters of type ErrorResponseModifierConstructorDescriptionErrorResponseException
(String message, retrofit2.Response<okhttp3.ResponseBody> response, ErrorResponse body) Initializes a new instance of the ErrorResponseException class.