[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-08-20 UTC."],[[["The `DaiAuthenticationKeyActionError` object describes errors that can occur when performing actions on DAI authentication keys."],["These errors often relate to invalid status transitions, such as attempting to deactivate a key that is in use by active content sources or live streams."],["The error codes include `INVALID_STATUS_TRANSITION`, `CANNOT_DEACTIVATE_IF_USED_BY_ACTIVE_CONTENT_SOURCES`, `CANNOT_DEACTIVATE_IF_USED_BY_ACTIVE_LIVE_STREAMS`, and `UNKNOWN`."],["The `DaiAuthenticationKeyActionError` object is part of the Google Ad Manager API and uses the namespace `https://www.google.com/apis/ads/publisher/v202408`."]]],["The `DaiAuthenticationKeyService` uses `DaiAuthenticationKeyActionError` to define operation failures. `INVALID_STATUS_TRANSITION` occurs when an operation's status is incorrect. A key cannot be deactivated if it's used by active content sources (`CANNOT_DEACTIVATE_IF_USED_BY_ACTIVE_CONTENT_SOURCES`) or active live streams (`CANNOT_DEACTIVATE_IF_USED_BY_ACTIVE_LIVE_STREAMS`). `UNKNOWN` represents an unexposed API value. These errors fall under the `https://www.google.com/apis/ads/publisher/v202408` namespace.\n"]]