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."],[[["This documentation details the `ImageError` object within the Google Ad Manager API."],["`ImageError` is used to represent various error conditions that can occur when working with images in Ad Manager creatives."],["The `reason` field provides an enum value specifying the nature of the image error, encompassing issues like invalid formats, sizes, and unsupported features."],["The errors cover aspects like image formats, sizes, animation restrictions, Flash limitations, and general system issues."],["This information helps developers diagnose and address image-related problems when using the Ad Manager API."]]],["The provided content outlines the structure and error handling within an API, specifically focusing on image-related services and errors. It details several services like `CreativeService`, `CreativeSetService`, `ForecastService`, and others. It defines a hierarchy of errors, inheriting from `ApiError`, with a focus on `ImageError`. `ImageError` specifies reasons for image upload failures, such as `INVALID_IMAGE`, `INVALID_SIZE`, `ANIMATED_NOT_ALLOWED`, and various Flash-related issues, with the full list of errors given in the Enum section.\n"]]