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-08-20 UTC."],[[["LiveStreamEventSlateError is an error type associated with the slate creative ID of a LiveStreamEvent."],["It provides details about errors encountered when setting up slate creatives for live stream events, such as invalid creative IDs, missing sources, or incorrect slate types."],["The error includes fields like `reason`, which specifies the cause of the error, and inherited fields from `ApiError` for context."],["`LiveStreamEventSlateError.Reason` is an enumeration outlining potential error reasons, like an invalid slate creative ID or a missing source for the slate."]]],["The `LiveStreamEventService` manages errors related to live stream events, as documented in the API. `LiveStreamEventSlateError` is one error type, specifically for issues with slate creative IDs. It inherits from `ApiError`. Possible errors include: invalid slate creative ID, missing required slate information, missing slate source, invalid slate type, and inability to change the slate video source URL. The API documentation provides fields like `fieldPath`, `trigger`, and `errorString` to give more information about each error.\n"]]