AI-generated Key Takeaways
-
The CdnConfigurationService manages CDN configurations and their associated errors in Google Ad Manager.
-
CdnConfigurationError is a specific error type detailing issues related to CDN configurations, with reasons like invalid URLs or archiving restrictions.
-
Errors are categorized by reasons such as URL format, delivery settings, archiving conflicts, and security policies.
-
Each error provides detailed information including field path, trigger, error string and specific reason for easier debugging.
-
The service uses a namespace for API access and provides a structured way to understand and handle these errors.
Errors associated with CdnConfigurations.
- 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. |
CdnConfigurationError
|
|
|
The error reason represented by an enum. Enumerations
|