AI-generated Key Takeaways
-
This page outlines the
PermissionError.Reason
enumeration in Google Ad Manager's API. -
PermissionError.Reason
explains the reasons behind permission errors encountered when interacting with the Ad Manager API. -
It defines two possible reasons:
PERMISSION_DENIED
(user lacks necessary permission) andUNKNOWN
(reason is not exposed by the API version). -
These reasons provide insight into why specific API requests might be failing due to permission issues.
Describes reasons for permission errors.
- Namespace
-
https://www.google.com/apis/ads/publisher/v202411
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. |