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.
One or more required fields are not specified in the ad tag.
NO_LIVE_TRAFFIC
Ad tag URL is not a live traffic URL. Url should start with:
https://pubads.g.doubleclick.net/gampad/live/ads,
not https://pubads.g.doubleclick.net/gampad/ads
NO_VOD_TRAFFIC
Ad tag URL is not a VOD traffic URL. Url should start with:
https://pubads.g.doubleclick.net/gampad/ads , not
https://pubads.g.doubleclick.net/gampad/live/ads
INVALID_AD_TAG_HOST
URL hostname is not a valid Google Publisher Tag or Freewheel Tag host name.
INVALID_SCHEME
Only HTTPS is supported.
INVALID_AD_OUTPUT_FORMAT
Invalid ad output format. Settings for VAST and VMAP must be aligned.
UNKNOWN
The value returned if the actual value is not exposed by the requested API version.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-02-13 UTC."],[[["The LiveStreamEventService is used to manage live stream events and their associated errors."],["This service inherits from the ApiError class, providing a structured way to handle errors."],["Errors are categorized into specific types, like LiveStreamEventSlateError or VideoAdTagError, for detailed troubleshooting."],["VideoAdTagError is dedicated to issues with live stream event ad tags, covering problems like missing fields or invalid URLs."],["The provided documentation details the namespace, fields, and enumerations relevant to LiveStreamEventService and its errors, enabling developers to understand and resolve issues effectively."]]],["The `LiveStreamEventService` API uses `ApiError` as a base, with specific error types inheriting from it. These include errors like `AuthenticationError`, `QuotaError`, and `StatementError`. The service also lists errors associated with video ad tags, categorized under `VideoAdTagError`. Specific `VideoAdTagError` reasons are provided, such as `MISSING_REQUIRED_FIELDS`, `NO_LIVE_TRAFFIC`, `INVALID_AD_TAG_HOST` and `INVALID_SCHEME`, outlining issues like missing fields or incorrect URL formats. Each `ApiError` contains detailed information about the field path, trigger and error message.\n"]]