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 `LiveStreamEventService` handles errors related to live stream event actions."],["These errors are categorized under `LiveStreamEventActionError` and inherit from the general `ApiError` type."],["`LiveStreamEventActionError` uses the `reason` field to provide specific details about the error, such as invalid status transitions or slate configuration issues."],["Errors can also be due to archived live stream events, untranscoded slate creatives, or inactive DAI authentication keys."],["Detailed information about the error is available through fields like `fieldPath`, `trigger`, and `errorString`, inherited from `ApiError`."]]],["The document outlines errors related to the `LiveStreamEventService`, specifically the `ApiError` and `LiveStreamEventActionError`. `ApiError` includes details like `fieldPath`, `fieldPathElements`, `trigger`, and `errorString`. `LiveStreamEventActionError` lists specific reasons for failure, such as `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`. It also lists the errors that are inherited by the LiveStreamEventService.\n"]]