AI-generated Key Takeaways
-
The
DaiAuthenticationKeyActionError
enum describes reasons for errors during DAI authentication key actions. -
Errors can occur due to invalid status transitions, or if a key is used by active content sources or live streams.
-
This enum is part of the Google Ad Manager API and uses the namespace
https://www.google.com/apis/ads/publisher/v202411
.
Describes reasons for DaiAuthenticationKeyActionError.
- Namespace
-
https://www.google.com/apis/ads/publisher/v202411
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. |