AI-generated Key Takeaways
-
HtmlBundleProcessorError lists all errors associated with html5 file processing within the CreativeService and LineItemCreativeAssociationService.
-
This error inherits from ApiError, which provides general error information such as field path, trigger, and error string.
-
Specific reasons for HtmlBundleProcessorError are provided as enumerations, covering issues like invalid click tags, file size limits, unsupported file types, and missing primary HTML files.
-
The namespace for this error is
https://www.google.com/apis/ads/publisher/v202505
.
Lists all errors associated with html5 file processing.
- Namespace
-
https://www.google.com/apis/ads/publisher/v202505
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
|