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.
[[["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-05-15 UTC."],[[["The `LiveStreamEventSlateError` object lists all errors associated with slate creative IDs for live stream events."],["Errors can include issues such as invalid slate creative IDs, missing required fields, or problems with the slate's video source."],["The `reason` field provides specific information about the type of error encountered."],["The namespace for this object is `https://www.google.com/apis/ads/publisher/v202405`."],["This information pertains to the Google Ad Manager API and is used for troubleshooting errors related to live stream event slates."]]],["The document outlines the `LiveStreamEventService` and `NetworkService` in an API, detailing error types related to live stream events. It presents `ApiError` as a base class, with numerous specific errors inheriting from it (e.g., `AuthenticationError`, `QuotaError`). Specifically, `LiveStreamEventSlateError` is defined, listing reasons like `INVALID_SLATE_CREATIVE_ID`, `LIVE_STREAM_EVENT_SLATE_CREATIVE_ID_REQUIRED`, and `MISSING_SOURCE_FOR_SLATE`, describing potential problems with slate creative IDs and video sources. There is also a list of the fields such as `fieldPath` and `errorString`.\n"]]