enum PermissionError.Reason (v202411)

  • The webpage lists various Ad Manager API services with links to their PermissionError definitions for the v202411 version.

  • The PermissionError.Reason enumeration describes the possible causes for permission errors, including PERMISSION_DENIED and UNKNOWN.

  • The PERMISSION_DENIED reason indicates that the user lacks the necessary permission for the request.

  • The UNKNOWN reason is used when the actual error value is not available in the requested API version.

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.