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."],[[["\u003cp\u003eThe \u003ccode\u003eIHttpUnsuccessfulResponseHandler\u003c/code\u003e interface handles abnormal HTTP responses during HTTP request sending.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eHandleResponseAsync\u003c/code\u003e method within this interface manages abnormal responses, requiring a \u003ccode\u003etrue\u003c/code\u003e return if modifications were made to resolve the issue and resend the request.\u003c/p\u003e\n"],["\u003cp\u003eThis interface is found within the \u003ccode\u003eGoogle.Apis.Http\u003c/code\u003e namespace, part of the \u003ccode\u003eGoogle.Apis.Core.dll\u003c/code\u003e assembly, and its documented versions range from 1.50.0 to 1.69.0.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eHandleResponseAsync\u003c/code\u003e takes \u003ccode\u003eHandleUnsuccessfulResponseArgs\u003c/code\u003e which contains the request, response, and current failed try.\u003c/p\u003e\n"],["\u003cp\u003eAn extension method, \u003ccode\u003eUtilities.ThrowIfNull<T>(T, string)\u003c/code\u003e, is available to use.\u003c/p\u003e\n"]]],[],null,[]]