type StatementError (v202411)

  • The StreamActivityMonitorService allows monitoring and management of stream activity within Google Ad Manager.

  • It inherits from ApiError and further defines specific error types like StatementError.

  • StatementError provides reasons for statement failures, indicated by the reason field with potential values like VARIABLE_NOT_BOUND_TO_VALUE or UNKNOWN.

  • Developers can utilize the provided namespace https://www.google.com/apis/ads/publisher/v202411 for interactions with this service.

  • Errors related to statement execution are detailed within the StatementError object, aiding in debugging and troubleshooting.


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

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