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."],[[["LiveStreamEventService lists all errors associated with live stream event actions."],["The namespace for this service is `https://www.google.com/apis/ads/publisher/v202402`."],["Errors are categorized by fields like `fieldPath`, `fieldPathElements`, `trigger`, and `errorString`."],["The `LiveStreamEventActionError` field further details the reason for the error with specific reasons like invalid status transitions, archived status, and slate settings."],["Possible reasons for errors include issues with status transitions, slate configuration, DAI authentication keys, and more, as indicated by the `reason` field."]]],["The document outlines errors for the `LiveStreamEventService`, inheriting from `ApiError`. It details various error types, including `AdBreakMarkupError`, `AuthenticationError`, and `QuotaError`. `LiveStreamEventActionError` is specifically highlighted, listing reasons like `INVALID_STATUS_TRANSITION`, `IS_ARCHIVED`, `INVALID_SLATE_SETTING`, `SLATE_CREATIVE_NOT_TRANSCODED`, `SLATE_CREATIVE_ARCHIVED`, `CANNOT_ACTIVATE_IF_USING_INACTIVE_DAI_AUTHENTICATION_KEYS`, and `UNKNOWN`. `ApiError` includes fields like `fieldPath`, `fieldPathElements`, `trigger`, and `errorString` for describing the error.\n"]]