AI-generated Key Takeaways
-
The content describes various errors related to Creative Service, Creative Set Service, and Line Item Creative Association, including details about the HtmlBundleProcessorError.
-
The
HtmlBundleProcessorError
lists specific reasons for errors encountered during the processing of HTML5 files, such as issues with click tags, file size or count limits, unsupported file types like Flash, and problems with Google Web Designer components or properties. -
The
ApiError
includes fields likefieldPath
,fieldPathElements
,trigger
, anderrorString
to help identify the cause and details of an error. -
The namespace for these errors is
https://www.google.com/apis/ads/publisher/v202508
.
Lists all errors associated with html5 file processing.
- Namespace
-
https://www.google.com/apis/ads/publisher/v202508
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. |
HtmlBundleProcessorError
|
|
|
The error reason represented by an enum. Enumerations
|