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 `CommonError` object in Google Ad Manager's API represents frequent errors encountered across various services."],["It includes a `reason` field that categorizes the error with specific values like `NOT_FOUND`, `ALREADY_EXISTS`, etc., aiding in troubleshooting."],["This structure assists developers in understanding and handling common issues when interacting with the Ad Manager API."],["Errors may relate to entity retrieval, creation, data modification, or unsupported operations."],["Using the `reason` field and its defined values, developers can implement appropriate error handling logic within their applications."]]],["This document outlines services and error handling within an ad management API (v202402). It lists various services like `ActivityService`, `AdRuleService`, `AdjustmentService`, etc., each with associated common error types. The `CommonError` section details potential errors like `NOT_FOUND`, `ALREADY_EXISTS`, and `CANNOT_UPDATE`. The inherited `ApiError` class specifies fields for error identification, including `fieldPath`, `trigger`, and `errorString`. It also provides enumerations to understand the specific error context.\n"]]