type LiveStreamEventSlateError (v202505)

  • The LiveStreamEventSlateError is associated with LiveStreamEvent slate creative IDs.

  • This error inherits from ApiError and includes fields like fieldPath, fieldPathElements, trigger, and errorString.

  • Specific reasons for the LiveStreamEventSlateError include invalid or missing slate creative IDs, missing sources, invalid slate types, and attempts to change the slate video source URL.

Lists all errors associated with LiveStreamEvent slate creative id.


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

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.