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."],[[["The `CommonError` object in Google Ad Manager API v202402 outlines frequent errors encountered across various services."],["This error object provides structured information about the error, including a reason code, field path, and trigger data."],["`CommonError.Reason` is an enumeration that categorizes the error into types such as `NOT_FOUND`, `ALREADY_EXISTS`, or `CONCURRENT_MODIFICATION`."],["Developers can utilize this information to troubleshoot and address issues arising from API calls."]]],["This document outlines various services and their associated common errors within the Ad Manager API (v202402). It lists services like Activity, AdRule, Creative, Forecast, and others. The core content details the structure of the `ApiError` and `CommonError`, listing fields such as `fieldPath`, `trigger`, `reason` and `errorString`. `CommonError` reasons include `NOT_FOUND`, `ALREADY_EXISTS`, `CANNOT_UPDATE`, and `UNSUPPORTED_OPERATION`, indicating common issues during API interactions. Inheritance and `PlacementService` are also included.\n"]]