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-08-20 UTC."],[[["The `CreativeSetService.HtmlBundleProcessorError` object lists all errors encountered during HTML5 file processing within Google Ad Manager."],["Errors can arise from various issues, including file size, file type restrictions (like Flash), and click tag implementations."],["The `reason` field provides specific details about the error using an enum with descriptive values like `FILE_SIZE_TOO_LARGE` or `CLICK_TAG_INVALID`."],["This error object inherits from `ApiError`, offering additional context through fields such as `fieldPath` and `errorString`."],["Developers should refer to the `HtmlBundleProcessorError.Reason` enum documentation for comprehensive details on each potential error and how to address it."]]],["The document details error handling for HTML5 file processing within the context of ad management services. It lists `HtmlBundleProcessorError` as a specific type of error, with various reasons, including issues like `CANNOT_EXTRACT_FILES_FROM_BUNDLE`, `CLICK_TAG_HARD_CODED`, `FILE_SIZE_TOO_LARGE`, `PRIMARY_HTML_MISSING`, and many more. `ApiError` is noted as the base error from which it inherits, and it details properties like `fieldPath`, `trigger`, and `errorString`. It details the namespaces, supported version and the errors enumerations.\n"]]