AI-generated Key Takeaways
-
The document outlines potential reasons for permission errors within various Ad Manager API services.
-
The two specific permission error reasons described are
PERMISSION_DENIEDwhen a user lacks necessary permission andUNKNOWNfor unexposed API values. -
This information is relevant to developers using the Ad Manager API, specifically regarding potential issues with accessing services like
AdRuleService,AdjustmentService, and many others. -
The content is part of the Ad Manager API documentation for version v202502 and includes dependencies like
PermissionError.
Describes reasons for permission errors.
- Namespace
-
https://www.google.com/apis/ads/publisher/v202502
| Enumeration | Description |
|---|---|
PERMISSION_DENIED
|
User does not have the required permission for the request. |
UNKNOWN
|
The value returned if the actual value is not exposed by the requested API version. |