Uses of Class
com.microsoft.azure.management.monitor.ErrorResponse
-
-
Uses of ErrorResponse in com.microsoft.azure.management.monitor
Methods in com.microsoft.azure.management.monitor that return ErrorResponse Modifier and Type Method Description ErrorResponseErrorResponseException. body()ErrorResponseErrorResponse. withCode(String code)Set error code.ErrorResponseErrorResponse. withMessage(String message)Set error message indicating why the operation failed.Constructors in com.microsoft.azure.management.monitor 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.
-