type StatementError (v202502)

  • StatementError is a specific type of ApiError that is part of the SiteService in the Google Ad Manager API version v202502.

  • StatementError includes a 'reason' field which is an enumeration, while inheriting fields such as 'fieldPath', 'fieldPathElements', 'trigger', and 'errorString' from the ApiError class.

  • The StatementError reason enumeration has possible values such as VARIABLE_NOT_BOUND_TO_VALUE and UNKNOWN.


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

Field

ApiError (inherited)

fieldPath

xsd:string

fieldPathElements

FieldPathElement[]

trigger

xsd:string

errorString

xsd:string

StatementError

reason

StatementError.Reason


Enumerations
VARIABLE_NOT_BOUND_TO_VALUE
UNKNOWN