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\u003eThis webpage provides documentation for the \u003ccode\u003eIHttpUnsuccessfulResponseHandler\u003c/code\u003e interface, which is used to manage abnormal HTTP responses.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eHandleResponseAsync\u003c/code\u003e method within this interface is responsible for handling the unsuccessful response when sending an HTTP request.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eHandleResponseAsync\u003c/code\u003e method returns a boolean within a \u003ccode\u003eTask\u003c/code\u003e, indicating whether any changes were made to require resending the HTTP request.\u003c/p\u003e\n"],["\u003cp\u003eThe handler must return \u003ccode\u003etrue\u003c/code\u003e if modifications were done to the request object that can resolve the abnormal response.\u003c/p\u003e\n"],["\u003cp\u003eThe namespace of this class is \u003ccode\u003eGoogle.Apis.Http\u003c/code\u003e, as can be found within the assembly \u003ccode\u003eGoogle.Apis.Core.dll\u003c/code\u003e.\u003c/p\u003e\n"]]],[],null,[]]