[[["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."],[[["`HandleUnsuccessfulResponseArgs` is an argument class used with the `HandleResponseAsync` method, which is part of the `IHttpUnsuccessfulResponseHandler` interface."],["This class inherits from `Object` and includes properties such as `CancellationToken`, `CurrentFailedTry`, `Request`, `Response`, `SupportsRetry`, and `TotalTries` to manage unsuccessful HTTP response handling."],["The `HandleUnsuccessfulResponseArgs` allows you to access and handle information about the failed request, like the request itself, the abnormal response, the number of tries, and whether a retry will occur."],["It is located within the `Google.Apis.Http` namespace, and it's implemented within the `Google.Apis.Core.dll` assembly, accessible through different versions of the Google.Apis library, with the latest version being 1.69.0."],["There is an extension method available for this class called `Utilities.ThrowIfNull\u003cT\u003e(T, String)`."]]],[]]