[[["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."],[[["The `HandleUnsuccessfulResponseArgs` class is used as an argument for the `HandleResponseAsync` method, which is part of handling unsuccessful HTTP responses in the Google.Apis.Http namespace."],["This class inherits from the base `object` class and includes properties to manage HTTP requests and responses, such as `Request` (HttpRequestMessage) and `Response` (HttpResponseMessage), along with details about retries."],["The class properties allow you to set or get the request's cancellation token, the current failed attempt, the total tries to send the request, and whether a retry is supported."],["Several versions of the Google.Apis package are available, ranging from 1.50.0 to the latest 1.69.0, each containing this `HandleUnsuccessfulResponseArgs` class."],["`HandleUnsuccessfulResponseArgs` also contains an extension method called `Utilities.ThrowIfNull\u003cT\u003e(T, string)` that can be used for error handling."]]],[]]