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-05-15 UTC."],[[["The Google Ad Manager API provides a CommonError object that is inherited by various services to handle common errors."],["CommonError includes fields like fieldPath, fieldPathElements, trigger, and errorString for identifying the cause and context of the error."],["The reason field within CommonError further categorizes the error with specific reasons like NOT_FOUND, ALREADY_EXISTS, or NOT_APPLICABLE."],["This documentation details the namespace, inheritance hierarchy, and fields associated with the CommonError object."],["Developers can use this information to understand and handle common errors encountered when using the Google Ad Manager API."]]],["The content details various services and their associated common errors within the ad management API. These services include AdRule, Adjustment, AudienceSegment, and many more, covering areas like content, creatives, forecasting, and inventory. The \"CommonError\" section lists error reasons such as `NOT_FOUND`, `ALREADY_EXISTS`, `CANNOT_UPDATE`, and `UNSUPPORTED_OPERATION`. The `ApiError` includes details like `fieldPath`, `fieldPathElements`, `trigger`, and `errorString` to pinpoint the error's cause.\n"]]