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-05-15 UTC."],[[["`ImageError` objects detail issues encountered with images in Google Ad Manager."],["Errors can range from format or size issues to policy violations like using Flash or CMYK JPEGs."],["The `reason` field categorizes the specific image error encountered using an enum."],["Image density inconsistencies and missing default assets are also potential errors for creatives."],["Developers can use the error information for troubleshooting and correcting image-related problems within their Ad Manager integrations."]]],["This document details error handling within various services, primarily focusing on the `LineItemService`. It outlines actions associated with `ImageError`, like invalid file formats, sizes, or disallowed animations. `ImageError` categorizes problems with uploaded images, specifying issues such as `INVALID_IMAGE`, `INVALID_SIZE`, `ANIMATED_NOT_ALLOWED`, and `FILE_TOO_LARGE`. It also covers Flash-related errors. The `ApiError` inheritance section details common errors, including `fieldPath`, `trigger`, and `errorString`, used to define and parse errors. Other services included are `CreativeService`, `CreativeSetService`, `ForecastService`, `LineItemCreativeAssociationService`, `LineItemTemplateService`, `NativeStyleService`, and `OrderService`.\n"]]