type LiveStreamEventSlateError (v202411)

  • The LiveStreamEventSlateError lists errors related to LiveStreamEvent slate creative IDs.

  • This error type inherits from the ApiError class and includes fields such as fieldPath, trigger, and errorString.

  • The LiveStreamEventSlateError specifically includes a 'reason' field which indicates the specific cause of the slate creative error, with reasons like INVALID_SLATE_CREATIVE_ID, MISSING_SOURCE_FOR_SLATE, and INVALID_SLATE_TYPE among others.

  • The namespace for this service is https://www.google.com/apis/ads/publisher/v202411.

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.