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-08-20 UTC."],[[["This documentation outlines the `CommonError` object within the Google Ad Manager API."],["`CommonError` is a base error type inherited by other services and provides general error information."],["It includes fields like `reason`, providing context for the specific error encountered, such as `NOT_FOUND` or `ALREADY_EXISTS`."],["The namespace for this object is `https://www.google.com/apis/ads/publisher/v202408`."],["Developers can use the `CommonError` information to understand and troubleshoot API request issues."]]],["This document outlines various services within an ad management API, including `AdRuleService`, `AdjustmentService`, `CdnConfigurationService`, and many more. It also defines `CommonError`, a centralized error type used across these services. Key error details include `fieldPath`, `trigger`, and `errorString`. `CommonError` reasons encompass issues like `NOT_FOUND`, `ALREADY_EXISTS`, `CANNOT_UPDATE`, and `UNSUPPORTED_OPERATION`, providing standardized error handling across the API. It uses a common namespace `https://www.google.com/apis/ads/publisher/v202408`\n"]]