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 CreativeTemplateService allows management of creative templates in Google Ad Manager."],["Common errors can occur across various services, including issues like non-existent entities, duplicates, or unsupported operations."],["Errors are categorized by reasons such as `NOT_FOUND`, `ALREADY_EXISTS`, `NOT_APPLICABLE`, and others, providing specific details on the issue encountered."],["The provided table details the structure of errors, including fields like `fieldPath`, `trigger`, and `errorString` for debugging purposes."],["The `CommonError` section outlines general error reasons that can be encountered when using the CreativeTemplateService or other related services."]]],["This document outlines various services within an ad management API, including `ActivityGroupService`, `AdRuleService`, `CreativeService`, and many others. It details the structure of `CommonError`, a class for handling errors across services. Key error handling includes `NOT_FOUND`, `ALREADY_EXISTS`, `CANNOT_UPDATE` and `UNSUPPORTED_OPERATION`. It provides error field information such as `fieldPath`, `trigger`, and `errorString`, along with a namespace identifier for the API version `v202402`.\n"]]