AI-generated Key Takeaways
-
The
DaiAuthenticationKeyService
handles the creation, retrieval, and management of DAI (Dynamic Ad Insertion) authentication keys within Google Ad Manager. -
It provides methods for performing actions on DAI authentication keys, such as creating new keys, retrieving existing keys, and deactivating keys.
-
This service inherits from the
ApiError
class, which provides a framework for handling errors encountered during API operations, including common errors likeNOT_FOUND
orALREADY_EXISTS
. -
The
CommonError
enumeration outlines various reasons for errors, such as attempting to retrieve a non-existent entity or creating a duplicate entry. -
The service uses a namespace to organize its functionality within the Google Ad Manager API.
A place for common errors that can be used across services.
- Namespace
-
https://www.google.com/apis/ads/publisher/v202411
Field |
|
---|---|
ApiError (inherited)
|
|
|
The OGNL field path to identify cause of error. |
|
A parsed copy of the field path. For example, the field path "operations[1].operand" corresponds to this list: {FieldPathElement(field = "operations", index = 1), FieldPathElement(field = "operand", index = null)}. |
|
The data that caused the error. |
|
A simple string representation of the error and reason. |
CommonError
|
|
|
Enumerations
|