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"]],[["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."],[[["\u003cp\u003eThis document provides information on the \u003ccode\u003eStandardResponse<InnerType>\u003c/code\u003e class, which is used for calls to the Google API.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eStandardResponse<InnerType>\u003c/code\u003e returns JSON data with two properties: \u003ccode\u003eData\u003c/code\u003e, the return type of the method, and \u003ccode\u003eError\u003c/code\u003e, which indicates any errors.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eData\u003c/code\u003e property, of type \u003ccode\u003eInnerType\u003c/code\u003e, might be null if the call to the API failed.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eError\u003c/code\u003e property, of type \u003ccode\u003eRequestError\u003c/code\u003e, might be null if the call to the API was successful.\u003c/p\u003e\n"],["\u003cp\u003eThis document covers versions of the api that range from 1.50.0 to 1.69.0.\u003c/p\u003e\n"]]],[],null,[]]