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 `CommonError` within Google Ad Manager's `LineItemService`, covering frequent errors encountered across various services."],["It outlines the namespace, fields (including inherited `ApiError` fields), and enumerations for understanding and troubleshooting these errors."],["`CommonError` reasons include scenarios like non-existent entities, pre-existing entities, inapplicable values, duplicates, immutable field changes, and unsupported operations."],["Additional reasons encompass concurrent modification attempts and unknown errors due to API version limitations."],["Developers can use the provided information, such as field paths and error strings, to identify and resolve issues related to `CommonError`."]]],["This document outlines various services within the ad manager API, including `ActivityGroupService`, `LineItemService`, and many others, each with associated error types. It also details the `CommonError` type, which can be utilized across these services. The `CommonError` includes reasons like `NOT_FOUND`, `ALREADY_EXISTS`, and `UNSUPPORTED_OPERATION`, providing error context. Additionally, the inherited `ApiError` type contains information related to `fieldPath` and `trigger`, providing error location and cause.\n"]]