AI-generated Key Takeaways
-
The
PermissionError.Reason
enumeration outlines the potential causes for permission errors within the system. -
PERMISSION_DENIED
indicates that the user lacks necessary permissions for the specific request, whileUNKNOWN
implies that the actual reason isn't exposed by the current API version. -
This enumeration is part of the Google Ad Manager API and is defined within the namespace
https://www.google.com/apis/ads/publisher/v202411
.
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. |