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 SuggestedAdUnitService provides access to suggested ad units in Google Ad Manager."],["Common errors that may occur when using the service include issues like an entity not being found, already existing, or unsupported operations."],["`CommonError` is a base error type that includes a `reason` field indicating the nature of the error, with potential values like `NOT_FOUND`, `ALREADY_EXISTS`, and others."],["The service uses a namespace of `https://www.google.com/apis/ads/publisher/v202402` for its operations."],["Errors are represented using fields like `fieldPath`, `trigger`, and `errorString` for detailed information."]]],["This document outlines various services within an ad management API, including Activity, AdRule, AudienceSegment, Content, Creative, Forecast, Inventory, LineItem, Order, and Report services. It also defines a set of common error types applicable across these services, such as `NOT_FOUND`, `ALREADY_EXISTS`, `CANNOT_UPDATE`, and `UNKNOWN`. Each error includes details like the `fieldPath`, `trigger`, and `errorString`, along with a defined reason. The document's namespace is `https://www.google.com/apis/ads/publisher/v202402`.\n"]]