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."],[[["The Google Ad Manager API's CreativeWrapperService allows developers to interact with creative wrappers programmatically."],["It provides methods for creating, updating, and retrieving creative wrappers, which are used to encapsulate creatives and add functionality."],["Common errors that can occur when using this service are documented, such as `NOT_FOUND`, `ALREADY_EXISTS`, and `CONCURRENT_MODIFICATION`, along with explanations to aid in troubleshooting."],["The service inherits from the `ApiError` class, providing detailed error information like field paths, triggers, and error strings for debugging purposes."],["The `CommonError` enumeration lists frequent error reasons, including `NOT_APPLICABLE`, `DUPLICATE_OBJECT`, `CANNOT_UPDATE`, and `UNSUPPORTED_OPERATION`, that can arise during API interactions."]]],["This document outlines services and common errors within an ad management API (v202405). It lists various services like `AdRuleService`, `CreativeService`, `ForecastService`, and `ReportService`, among many others. It details the `CommonError` type, encompassing reasons like `NOT_FOUND`, `ALREADY_EXISTS`, `CANNOT_UPDATE`, and `UNSUPPORTED_OPERATION`. Additionally, it describes the `ApiError` fields including `fieldPath`, `fieldPathElements`, `trigger`, and `errorString`, used to specify the error's location and cause.\n"]]