type PermissionError (v202508)

  • PermissionError inherits from ApiError and includes fields like fieldPath, trigger, and errorString from its parent.

  • The PermissionError specifically contains a reason field, which is an enumeration indicating why the permission was denied.

  • The possible reasons for a PermissionError include 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