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 page documents `CommonError`, a place for common errors used across Google Ad Manager services."],["`CommonError` inherits from `ApiError` and provides a `reason` field detailing the cause of the error."],["The `reason` field can be one of several enumerations, including `NOT_FOUND`, `ALREADY_EXISTS`, and `CONCURRENT_MODIFICATION`, among others."],["This documentation provides descriptions for each `reason` enumeration to help with debugging."],["The namespace for `CommonError` is `https://www.google.com/apis/ads/publisher/v202402`."]]],["This document outlines various services and associated errors within an ad management system, all linked to the v202402 API version. It lists services like Activity, AdRule, AudienceSegment, and many others. It details `CommonError`, an error type used across services, alongside its potential `Reason` values, such as `NOT_FOUND`, `ALREADY_EXISTS`, `CANNOT_UPDATE`, and `UNKNOWN`. These errors include information of the `fieldPath` and `trigger`, with an error string. It also defines `ApiError`, detailing the format of the errors.\n"]]