Uses of Class
com.microsoft.azure.management.eventhub.ErrorResponse
Packages that use ErrorResponse
Package
Description
This package contains the classes for EventHubManagementClient.
-
Uses of ErrorResponse in com.microsoft.azure.management.eventhub
Methods in com.microsoft.azure.management.eventhub that return ErrorResponseModifier and TypeMethodDescriptionErrorResponseException.body()
Set error code.ErrorResponse.withMessage
(String message) Set error message indicating why the operation failed.Constructors in com.microsoft.azure.management.eventhub with parameters of type ErrorResponseModifierConstructorDescriptionErrorResponseException
(String message, retrofit2.Response<okhttp3.ResponseBody> response, ErrorResponse body) Initializes a new instance of the ErrorResponseException class.