AI-generated Key Takeaways
-
The LiveStreamEventService provides a way to manage and interact with live stream events.
-
This service defines various error types that can occur when working with live stream events, such as AdBreakMarkupError, AuthenticationError, and InternalApiError.
-
The VideoAdTagError specifically lists errors associated with live stream event ad tags.
-
Common reasons for VideoAdTagError include missing required fields, incorrect URL format for live or VOD traffic, invalid ad tag host, unsupported scheme (only HTTPS is supported), and invalid ad output format.
-
The
ApiError
inheritance includes fields likefieldPath
,fieldPathElements
,trigger
, anderrorString
to provide details about the error.
Lists all errors associated with live stream event ad tags.
- Namespace
-
https://www.google.com/apis/ads/publisher/v202411
Field |
|
---|---|
ApiError (inherited)
|
|
|
The OGNL field path to identify cause of error. |
|
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)}. |
|
The data that caused the error. |
|
A simple string representation of the error and reason. |
VideoAdTagError
|
|
|
Enumerations
|