[[["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 `HttpResponseMessageExtensions` class provides extensions for `HttpResponseMessage` to aid in parsing errors from Google services."],["This class inherits from the base `object` class and contains inherited members like `Equals`, `GetHashCode`, and `GetType`."],["The `DeserializeErrorAsync` method attempts to deserialize a `RequestError` from the provided `HttpResponseMessage`."],["`DeserializeErrorAsync` accepts a `HttpResponseMessage`, a string name, and an `ISerializer` as parameters and returns a `Task` of `RequestError`."],["`DeserializeErrorAsync` can throw a `GoogleApiException` if the response or its content is null, or if deserialization fails, or it can bubble up exceptions that occur while reading the response content."]]],[]]