Calls to Google Api return StandardResponses as Json with
two properties Data, being the return type of the method called
and Error, being any errors that occure.
[[["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."],[[["This document provides information on the `StandardResponse\u003cInnerType\u003e` class, which is used for calls to the Google API."],["`StandardResponse\u003cInnerType\u003e` returns JSON data with two properties: `Data`, the return type of the method, and `Error`, which indicates any errors."],["The `Data` property, of type `InnerType`, might be null if the call to the API failed."],["The `Error` property, of type `RequestError`, might be null if the call to the API was successful."],["This document covers versions of the api that range from 1.50.0 to 1.69.0."]]],[]]