enum LiveStreamEventSlateError.Reason (v202505)

  • LiveStreamEventSlateError.Reason describes reasons for LiveStreamEventSlateError.

  • Common errors include invalid or missing slate creative IDs, missing video sources for the slate, and invalid slate types.

  • Attempting to change the slate video source URL is not allowed.

  • An UNKNOWN value is returned for actual values not exposed by the requested API version.

Describes reasons for LiveStreamEventSlateError.


Namespace
https://www.google.com/apis/ads/publisher/v202505
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.