AI-generated Key Takeaways
-
The content provides a comprehensive list of errors related to HTML5 file processing within the CreativeSetService.
-
Errors are categorized and include details like the field path causing the error, the data that triggered it, and a string representation of the error.
-
Specific errors for HTML bundle processing are detailed, covering issues such as file extraction, click tag problems, file size and count limits, unsupported file types, and Google Web Designer related issues.
-
The inheritance from ApiError indicates that HtmlBundleProcessorError shares common error properties.
-
The namespace for these services and errors is identified as
https://www.google.com/apis/ads/publisher/v202411
.
Lists all errors associated with html5 file processing.
- 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. |
HtmlBundleProcessorError
|
|
|
The error reason represented by an enum. Enumerations
|