enum DaiEncodingProfileUpdateError.Reason (v202411)

  • The DaiEncodingProfileUpdateError object describes the reasons for encountering a DaiEncodingProfileNameError.

  • This error can occur when attempting to update a DAI encoding profile that is in use by running live streams (CANNOT_UPDATE_IF_USED_BY_RUNNING_LIVE_STREAMS).

  • An UNKNOWN error may be returned if the specific reason isn't exposed in the current API version.

Describes reasons for DaiEncodingProfileNameError.


Namespace
https://www.google.com/apis/ads/publisher/v202411
Enumeration Description
CANNOT_UPDATE_IF_USED_BY_RUNNING_LIVE_STREAMS Profiles cannot be updated if they are associated with running live stream events.
UNKNOWN The value returned if the actual value is not exposed by the requested API version.