enum PermissionError.Reason (v202411)

  • The PermissionError.Reason enumeration describes the reasons for permission errors in Google Ad Manager API.

  • Two reasons are defined: PERMISSION_DENIED, indicating insufficient user permissions, and UNKNOWN for cases where the specific reason isn't exposed by the API version.

  • This enumeration is part of the Google Ad Manager API and falls under 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.