enum LiveStreamEventActionError.Reason (v202411)

  • LiveStreamEventActionError describes reasons for errors related to LiveStreamEventService actions.

  • Errors include issues like invalid status transitions, archived live stream events, and problems with slate settings or creatives.

  • Other error conditions involve the use of inactive DAI authentication keys and unknown API version issues.

Describes reasons for LiveStreamEventActionError.


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