AI-generated Key Takeaways
-
The
CreativeService.HtmlBundleProcessorError
object lists all errors associated with processing HTML5 files, specifically within the context of Google Ad Manager. -
It inherits from the
ApiError
object, providing standard error reporting fields likefieldPath
,trigger
, anderrorString
. -
The
reason
field is crucial and uses theHtmlBundleProcessorError.Reason
enum to pinpoint the specific reason for the HTML5 file processing failure, with a variety of reasons like file size, file count, click tag issues, or unsupported GWD components, allowing for targeted troubleshooting. -
This error occurs within the namespace
https://www.google.com/apis/ads/publisher/v202411
in the Google Ad Manager API.
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
|