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 provides an overview of the `CommonError` object in the Google Ad Manager API."],["`CommonError` is a base error type inherited by various other error types within the API."],["It includes details about the error, such as the reason, field path, and trigger."],["The `reason` field explains the nature of the error, with possible values such as `NOT_FOUND`, `ALREADY_EXISTS`, and `CONCURRENT_MODIFICATION`."],["Developers can use this information to understand and troubleshoot errors encountered when using the Ad Manager API."]]],["The document outlines various services and their associated common errors within the ad manager API (v202402). It lists services like ActivityService, AdRuleService, and CreativeService, detailing their respective error types. A central `CommonError` category is defined, featuring reasons such as `NOT_FOUND`, `ALREADY_EXISTS`, `CANNOT_UPDATE`, and `UNKNOWN`. Additionally, it specifies an `ApiError` structure that contain the cause of error with fields like `fieldPath`, `trigger`, and `errorString`.\n"]]