type PermissionError (v202508)

  • The content lists various Ad Manager API services with links to their PermissionError documentation for version v202508.

  • It outlines the inheritance structure, showing that various specific error types inherit from ApiError, including PermissionError.

  • The PermissionError details include inherited fields like fieldPath, fieldPathElements, trigger, and errorString, as well as its specific reason field.

  • The reason field for PermissionError is an enumeration with possible values like PERMISSION_DENIED and UNKNOWN.


Namespace
https://www.google.com/apis/ads/publisher/v202508

Field

ApiError (inherited)

fieldPath

xsd:string

fieldPathElements

FieldPathElement[]

trigger

xsd:string

errorString

xsd:string

PermissionError

reason

PermissionError.Reason


Enumerations
PERMISSION_DENIED
UNKNOWN