type LiveStreamEventSlateError (v202411)

  • LiveStreamEventSlateError is an error type associated with slate creative IDs for live stream events in Google Ad Manager.

  • It occurs when there are issues with the slate creative ID, such as an invalid ID, missing required fields, or problems with the slate's video source.

  • The error details include a reason code (e.g., INVALID_SLATE_CREATIVE_ID), field path, and error message.

  • Developers should refer to the reason codes to understand and resolve the specific LiveStreamEventSlateError encountered.

Lists all errors associated with LiveStreamEvent slate creative id.


Namespace
https://www.google.com/apis/ads/publisher/v202411

Field

ApiError (inherited)

fieldPath

xsd:string

The OGNL field path to identify cause of error.

fieldPathElements

FieldPathElement[]

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.

LiveStreamEventSlateError

reason

LiveStreamEventSlateError.R...


Enumerations
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.