AI-generated Key Takeaways
-
The CdnConfigurationService allows publishers to interact with their CDN configurations within Google Ad Manager.
-
This service provides methods for managing CDN configurations and provides a list of error codes.
-
StringFormatError
is an error that occurs when input strings have invalid content, and may be caused by disallowed characters or invalid formatting for the given field. -
Errors are categorized by reasons, including
UNKNOWN
,ILLEGAL_CHARS
, andINVALID_FORMAT
, to assist with debugging. -
This documentation details the specific fields and enumerations related to
StringFormatError
within theCdnConfigurationService
.
A list of error code for reporting invalid content of input strings.
- 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. |
StringFormatError
|
|
|
Enumerations
|