enum LiveStreamEventSlateError.Reason (v202502)
Stay organized with collections
Save and categorize content based on your preferences.
Describes reasons for LiveStreamEventSlateError
.
- Namespace
-
https://www.google.com/apis/ads/publisher/v202502
Enumeration |
Description |
INVALID_SLATE_CREATIVE_ID
|
The slate creative ID does not correspond to a slate creative.
|
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.
|
MISSING_SOURCE_FOR_SLATE
|
The slate does not have a videoSourceUrl or assetSourcePath.
|
INVALID_SLATE_TYPE
|
The slate is of an invalid type.
|
CANNOT_CHANGE_SLATE_VIDEO_SOURCE_URL
|
The slate video source url cannot change.
|
UNKNOWN
|
The value returned if the actual value is not exposed by the requested API version.
|
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-08-06 UTC.
[null,null,["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. |"]]