[[["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 2025-08-06 UTC."],[],["The core content defines `LiveStreamEventActionError`, outlining reasons for its occurrence within the `LiveStreamEventService`. Key error scenarios include invalid status transitions, operations on archived events, missing slate settings, untranscoded or archived slate creatives, and use of inactive DAI authentication keys. The enumeration specifies error types 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`.\n"],null,["# enum LiveStreamEventActionError.Reason (v202502)\n\n**Service** \n**LiveStreamEventService** **Dependencies** \n[LiveStreamEventActionError](/ad-manager/api/reference/v202502/LiveStreamEventService.LiveStreamEventActionError) \n▼\n**LiveStreamEventActionError....**\n\nDescribes reasons for `LiveStreamEventActionError`.\n\n*** ** * ** ***\n\nNamespace\n:\n `https://www.google.com/apis/ads/publisher/v202502`\n\n| Enumeration | Description |\n|-------------------------------------------------------------|-------------------------------------------------------------------------------------|\n| `INVALID_STATUS_TRANSITION` | The operation is not applicable to the current status. |\n| `IS_ARCHIVED` | The operation cannot be applied because the live stream event is archived. |\n| `INVALID_SLATE_SETTING` | Both the live stream event slate and the network default slate are not set. |\n| `SLATE_CREATIVE_NOT_TRANSCODED` | The slate creative has not been transcoded. |\n| `SLATE_CREATIVE_ARCHIVED` | Unable to activate live stream event that has an associated archived slate. |\n| `CANNOT_ACTIVATE_IF_USING_INACTIVE_DAI_AUTHENTICATION_KEYS` | A live stream cannot be activated if it is using inactive DAI authentication keys. |\n| `UNKNOWN` | The value returned if the actual value is not exposed by the requested API version. |"]]