AI-generated Key Takeaways
-
HtmlBundleProcessorError lists all errors associated with html5 file processing within the CreativeSetService in the Publisher API version v202508.
-
This error object inherits properties from ApiError, including details like the field path, trigger data, and a string representation of the error.
-
Specific reasons for HtmlBundleProcessorError include issues like inability to extract files, invalid or hard-coded click tags, excessive file size or number of files, unsupported file types like Flash, problems with Google Web Designer components or properties, broken file references, missing or multiple primary HTML files, invalid SVG blocks, and decoding issues.
-
Each error reason is represented by an enum value, providing a clear indication of the specific processing problem encountered.
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
|