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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["This webpage provides documentation for the `IHttpUnsuccessfulResponseHandler` interface, which is used to manage abnormal HTTP responses."],["The `HandleResponseAsync` method within this interface is responsible for handling the unsuccessful response when sending an HTTP request."],["The `HandleResponseAsync` method returns a boolean within a `Task`, indicating whether any changes were made to require resending the HTTP request."],["The handler must return `true` if modifications were done to the request object that can resolve the abnormal response."],["The namespace of this class is `Google.Apis.Http`, as can be found within the assembly `Google.Apis.Core.dll`."]]],[]]