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 `CommonError` object in Google Ad Manager's API is used to represent frequent errors that can occur across various services."],["`CommonError` details include the cause of the error, a parsed field path for context, the triggering data, an error string, and a specific reason code."],["The `reason` field in `CommonError` provides further insight into the error type, with values like `NOT_FOUND`, `ALREADY_EXISTS`, and `CONCURRENT_MODIFICATION`."],["Errors are categorized by their reason, like `NOT_FOUND` indicating an attempt to retrieve a non-existent entity, or `CONCURRENT_MODIFICATION` when simultaneous updates clash."],["Developers can utilize the `CommonError` information, particularly the `reason` field, to diagnose and address errors encountered when interacting with Google Ad Manager's API."]]],["This document outlines various services within an ad management API, including AdRuleService, AdjustmentService, AudienceSegmentService, CdnConfigurationService, and many others. It details common errors like `ApiVersionError`, `AuthenticationError`, and `CdnConfigurationError` that can occur across these services. Common error reasons include `NOT_FOUND`, `ALREADY_EXISTS`, `CANNOT_UPDATE`, `UNSUPPORTED_OPERATION`, and `CONCURRENT_MODIFICATION`. It defines the structure of `ApiError` with fields for `fieldPath`, `trigger`, and `errorString`. The namespace for these services is `https://www.google.com/apis/ads/publisher/v202405`.\n"]]