Handles an abnormal response when sending a HTTP request.
A simple rule must be followed, if you modify the request object in a way that the abnormal response can
be resolved, you must return true.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["This page documents the `IHttpUnsuccessfulResponseHandler` interface, which is designed to handle abnormal HTTP responses during HTTP requests."],["The interface is part of the `Google.Apis.Http` namespace within the `Google.Apis.Core.dll` assembly."],["The primary method of this interface is `HandleResponseAsync`, which takes `HandleUnsuccessfulResponseArgs` as input and returns a boolean indicating whether a change was made that necessitates resending the request."],["The current latest version of this package is 1.69.0 and a link to the documentation of versions 1.68.0, 1.60.0, 1.59.0, 1.55.0 and 1.50.0 are provided."],["An extension method `Utilities.ThrowIfNull\u003cT\u003e(T, String)` is present, related to error handling."]]],[]]