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