type AdBreakMarkupError (v202411)

  • LiveStreamEventService manages live stream events and their associated errors.

  • AdBreakMarkupError is a specific error indicating invalid ad break markups for a given streaming format.

  • This error provides details such as field path, trigger, and a reason code for debugging.

  • The reason code can be INVALID_AD_BREAK_MARKUPS_FOR_STREAMING_FORMAT or UNKNOWN.

  • Developers can use this information to diagnose and fix issues with live stream event ad break configurations.

An error for publisher provided ad break markups in a LiveStreamEvent which are invalid for the given StreamingFormat.


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

Field

ApiError (inherited)

fieldPath

xsd:string

The OGNL field path to identify cause of error.

fieldPathElements

FieldPathElement[]

A parsed copy of the field path. For example, the field path "operations[1].operand" corresponds to this list: {FieldPathElement(field = "operations", index = 1), FieldPathElement(field = "operand", index = null)}.

trigger

xsd:string

The data that caused the error.

errorString

xsd:string

A simple string representation of the error and reason.

AdBreakMarkupError

reason

AdBreakMarkupError.Reason

The error reason represented by an enum.


Enumerations
INVALID_AD_BREAK_MARKUPS_FOR_STREAMING_FORMAT
The ad break markups provided are not valid for the Streaming Format
UNKNOWN
The value returned if the actual value is not exposed by the requested API version.