type LiveStreamEventActionError (v202411)

  • The LiveStreamEventService manages errors related to live stream event actions.

  • These errors provide detailed information including the cause, trigger, and a description.

  • The LiveStreamEventActionError specifically highlights issues during live stream event status transitions and configurations.

  • It covers various scenarios like invalid status changes, archived events, and slate creative problems.

  • The provided namespace is https://www.google.com/apis/ads/publisher/v202411.

Lists all errors associated with live stream event action.


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.

LiveStreamEventActionError

reason

LiveStreamEventActionError....


Enumerations
INVALID_STATUS_TRANSITION
The operation is not applicable to the current status.
IS_ARCHIVED
The operation cannot be applied because the live stream event is archived.
INVALID_SLATE_SETTING
Both the live stream event slate and the network default slate are not set.
SLATE_CREATIVE_NOT_TRANSCODED
The slate creative has not been transcoded.
SLATE_CREATIVE_ARCHIVED
Unable to activate live stream event that has an associated archived slate.
CANNOT_ACTIVATE_IF_USING_INACTIVE_DAI_AUTHENTICATION_KEYS
A live stream cannot be activated if it is using inactive DAI authentication keys.
UNKNOWN
The value returned if the actual value is not exposed by the requested API version.