enum DaiAuthenticationKeyActionError.Reason (v202505)

  • DaiAuthenticationKeyActionError describes reasons for errors related to DAI authentication key actions.

  • Specific errors include attempting an invalid status transition or deactivating a key used by active content sources or live streams.

  • An UNKNOWN value indicates that the actual error value is not exposed by the requested API version.

Describes reasons for DaiAuthenticationKeyActionError.


Namespace
https://www.google.com/apis/ads/publisher/v202505
Enumeration Description
INVALID_STATUS_TRANSITION The operation is not applicable to the current status.
CANNOT_DEACTIVATE_IF_USED_BY_ACTIVE_CONTENT_SOURCES A DAI authentication key cannot be deactivated if it is used by active content sources.
CANNOT_DEACTIVATE_IF_USED_BY_ACTIVE_LIVE_STREAMS A DAI authentication key cannot be deactivated if it is used by active live streams.
UNKNOWN The value returned if the actual value is not exposed by the requested API version.