Uses of Class
com.azure.core.exception.HttpResponseException
Packages that use HttpResponseException
-
Uses of HttpResponseException in com.azure.core.exception
Subclasses of HttpResponseException in com.azure.core.exceptionModifier and TypeClassDescriptionclass
The exception thrown when failed to authenticate the client request with status code of 4XX, typically 401 unauthorized.class
Error raised during response deserialization.class
The exception thrown when HTTP request tried to create an already existing resource with status code of 4XX, typically 412 conflict.class
The exception thrown for invalid resource modification with status code of 4XX, typically 409 Conflict.class
An error response, typically triggered by a 412 response (for update) or 404 (for get/post)class
This exception is thrown when an HTTP request has reached the maximum number of redirect attempts with HTTP status code of 3XX.