AI-generated Key Takeaways
-
TokenError.Reasonis an enumeration within theUserService. -
It defines reasons for a
TokenError, includingINVALID,EXPIRED, andUNKNOWN. -
The
UNKNOWNreason is used when the actual value is not exposed by the requested API version.
Service
UserService
Dependencies
TokenError
▼
TokenError.Reason
- Namespace
-
https://www.google.com/apis/ads/publisher/v202505
| Enumeration | Description |
|---|---|
INVALID
|
|
EXPIRED
|
|
UNKNOWN
|
The value returned if the actual value is not exposed by the requested API version. |