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)}.
trigger
xsd:string
The data that caused the error.
errorString
xsd:string
A simple string representation of the error and reason.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-02-13 UTC."],[[["`HtmlBundleProcessorError` identifies errors during HTML5 file processing in Google Ad Manager."],["It lists various reasons for errors, such as file size, number of files, click tag issues, and unsupported file types, represented by the `reason` field with specific enum values."],["Errors are categorized under the `CreativeService` within the namespace `https://www.google.com/apis/ads/publisher/v202402`."],["It inherits properties like `fieldPath`, `fieldPathElements`, `trigger`, and `errorString` from the `ApiError` class for detailed error information."],["The maximum allowed HTML5 bundle size is 1000 KB with a limit of 50 files, and Flash files (.swf, .flv) are not supported."]]],["The core content outlines error handling for HTML5 files within a creative service. Key actions include identifying and reporting various processing issues, such as the inability to extract files, invalid or missing click tags, file size or quantity limitations, and unsupported elements like Flash or specific GWD components. `HtmlBundleProcessorError` lists specific reasons for failure, such as `FILE_SIZE_TOO_LARGE`, `PRIMARY_HTML_MISSING`, and `CLICK_TAG_INVALID`, it extends the base `ApiError`, which has fields like `fieldPath`, and `errorString`.\n"]]