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."],[[["This page provides documentation for Google Ad Manager's CommonError object, which represents frequent errors encountered across various services."],["CommonError inherits from ApiError and includes fields like reason, fieldPath, trigger, and errorString for identifying the cause and nature of the error."],["The reason field, an enumeration, provides specific details on the type of error (e.g., NOT_FOUND, ALREADY_EXISTS, or CONCURRENT_MODIFICATION)."],["Developers can utilize the information provided by CommonError to understand and troubleshoot issues arising within their Ad Manager integrations."],["The namespace for this object is `https://www.google.com/apis/ads/publisher/v202405`."]]],["This document outlines services and common errors within an ad management API (v202405). It lists various services like `AdRuleService`, `AdjustmentService`, `ForecastService`, `NetworkService`, etc. Common errors inherit from `ApiError`, including `AuthenticationError`, `QuotaError`, and `InternalApiError`. The document defines `CommonError` with reasons such as `NOT_FOUND`, `ALREADY_EXISTS`, and `UNSUPPORTED_OPERATION`. Each error includes details like `fieldPath`, `trigger`, and `errorString` to identify the issue's cause.\n"]]