[[["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 provided content defines the `LiveStreamEventSlateError` enumeration, detailing reasons for errors within the `LiveStreamEventService` and `NetworkService`. Key error types include `INVALID_SLATE_CREATIVE_ID` (wrong ID), `LIVE_STREAM_EVENT_SLATE_CREATIVE_ID_REQUIRED` (missing ID or network slate), `MISSING_SOURCE_FOR_SLATE` (no video source), `INVALID_SLATE_TYPE`, `CANNOT_CHANGE_SLATE_VIDEO_SOURCE_URL` and `UNKNOWN` (unspecified value). These errors relate to problems with slate creatives, their identification, source availability, and type validity. The namespace for this is `https://www.google.com/apis/ads/publisher/v202502`.\n"],null,["# enum LiveStreamEventSlateError.Reason (v202502)\n\n**Service** \n[LiveStreamEventService](/ad-manager/api/reference/v202502/LiveStreamEventService.LiveStreamEventSlateError.Reason) **NetworkService** **Dependencies** \n[LiveStreamEventSlateError](/ad-manager/api/reference/v202502/NetworkService.LiveStreamEventSlateError) \n▼\n**LiveStreamEventSlateError.R...**\n\nDescribes reasons for `LiveStreamEventSlateError`.\n\n*** ** * ** ***\n\nNamespace\n:\n `https://www.google.com/apis/ads/publisher/v202502`\n\n| Enumeration | Description |\n|------------------------------------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `INVALID_SLATE_CREATIVE_ID` | The slate creative ID does not correspond to a slate creative. |\n| `LIVE_STREAM_EVENT_SLATE_CREATIVE_ID_REQUIRED` | The required field live stream event slate is not set. There must either be a slate creative ID assigned to the live stream event or a valid network level slate selected. |\n| `MISSING_SOURCE_FOR_SLATE` | The slate does not have a videoSourceUrl or assetSourcePath. |\n| `INVALID_SLATE_TYPE` | The slate is of an invalid type. |\n| `CANNOT_CHANGE_SLATE_VIDEO_SOURCE_URL` | The slate video source url cannot change. |\n| `UNKNOWN` | The value returned if the actual value is not exposed by the requested API version. |"]]