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