AI-generated Key Takeaways
-
The document provides a list of services with links to their respective PermissionError documentation for version v202502.
-
It describes the PermissionError.Reason enumeration, which details the causes of permission errors.
-
The two possible reasons for a permission error are
PERMISSION_DENIED(user lacks required permission) andUNKNOWN(actual value not exposed by API version).
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. |