enum LiveStreamEventActionError.Reason (v202411)

  • The LiveStreamEventActionError enumeration describes reasons why an action on a live stream event might fail.

  • Errors can be due to invalid status transitions, archived events, slate creative issues, or inactive DAI authentication keys.

  • The enumeration is part of the Google Ad Manager API and uses the namespace https://www.google.com/apis/ads/publisher/v202411.

  • If the specific reason for the error is not exposed by the API version being used, the UNKNOWN value is returned.

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.