Package com.azure.android.core.http.exception
Package containing http exception classes.
-
Exception Summary Exception Description ClientAuthenticationException The exception thrown when failed to authenticate the client request with status code of 4XX, typically 401 unauthorized.HttpRequestException The exception when an HTTP request fails.HttpResponseException The exception thrown when an unsuccessful response is received with http status code (e.g.ResourceExistsException The exception thrown when HTTP request tried to create an already existing resource with status code of 4XX, typically 412 conflict.ResourceModifiedException The exception thrown for invalid resource modification with status code of 4XX, typically 409 Conflict.ResourceNotFoundException An error response, typically triggered by a 412 response (for update) or 404 (for get/post)TooManyRedirectsException This exception is thrown when an HTTP request has reached the maximum number of redirect attempts with HTTP status code of 3XX.