[[["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 2024-05-15 UTC."],[[["The `UserService` uses the `TokenError` object, which itself leverages the `TokenError.Reason` enumeration for error handling."],["`TokenError.Reason` includes the following enumerations: `INVALID`, `EXPIRED`, and `UNKNOWN`, with `UNKNOWN` specifically used when the API version doesn't expose the true value."],["The namespace for these elements is `https://www.google.com/apis/ads/publisher/v202405`."]]],["The core content details the `TokenError` enumeration within the `UserService` of a publisher API (v202405). The namespace is defined as `https://www.google.com/apis/ads/publisher/v202405`. `TokenError` includes three possible reasons: `INVALID`, `EXPIRED`, and `UNKNOWN`. `UNKNOWN` signifies an unexposed value for the requested API version. These values help define the specifics of token-related errors encountered within the service.\n"]]