[[["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."],[[["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."]]],[]]