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-02-13 UTC."],[[["LiveStreamEventSlateError identifies errors related to slate creative IDs for live stream events in Google Ad Manager."],["Errors can arise from invalid or missing slate creative IDs, incorrect slate types, or issues with the slate's video source."],["This error includes fields like `reason`, which provides specific details about the error, and inherited fields from `ApiError` for context."],["The `reason` field uses the `LiveStreamEventSlateError.Reason` enumeration to categorize the error type."],["Developers can use these error details to troubleshoot and resolve issues with live stream event slates in their Ad Manager integrations."]]],["The provided content outlines errors associated with the `LiveStreamEvent` service, specifically regarding slate creative IDs. Key error types include `ApiError`, inherited errors, and specific `LiveStreamEventSlateError` reasons. The document also defines the `fieldPath`, `fieldPathElements`, `trigger`, and `errorString` for `ApiError`, and the reasons for `LiveStreamEventSlateError`. The `LiveStreamEventSlateError` reasons are `INVALID_SLATE_CREATIVE_ID`, `LIVE_STREAM_EVENT_SLATE_CREATIVE_ID_REQUIRED`, `MISSING_SOURCE_FOR_SLATE`, `INVALID_SLATE_TYPE`, `CANNOT_CHANGE_SLATE_VIDEO_SOURCE_URL`, and `UNKNOWN`.\n"]]