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 Google Ad Manager API provides a CommonError object that is used across various services to handle common errors."],["CommonError includes a `reason` field that indicates the specific reason for the error, such as `NOT_FOUND`, `ALREADY_EXISTS`, or `CONCURRENT_MODIFICATION`."],["Developers can use the CommonError object and its `reason` field to understand and handle errors encountered when using the Google Ad Manager API."],["This documentation provides a comprehensive list of possible `reason` values and their explanations."],["The CommonError object inherits from the ApiError object, providing additional context such as fieldPath, fieldPathElements, trigger, and errorString."]]],["The content details various services within an ad management system, including Activity, AdRule, Adjustment, and many others related to content, creatives, forecasting, inventory, and targeting. These services are associated with common errors, accessible via the `CommonError` type. `CommonError` reasons include `NOT_FOUND`, `ALREADY_EXISTS`, `NOT_APPLICABLE`, `DUPLICATE_OBJECT`, `CANNOT_UPDATE`, `UNSUPPORTED_OPERATION`, and `CONCURRENT_MODIFICATION`. Common errors are provided with field paths, elements, trigger, and error string.\n"]]