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 `CmsMetadataService` in Google Ad Manager allows management of CMS metadata."],["`CommonError` is a base error type encompassing common errors across various services."],["Errors like `NOT_FOUND`, `ALREADY_EXISTS`, and `CONCURRENT_MODIFICATION` provide insight into the nature of the issue."],["The provided table outlines the fields within `ApiError` and `CommonError`, aiding in understanding error responses."],["The `reason` field in `CommonError` utilizes an enumeration to specify the cause of the error."]]],["This document outlines various services within an ad management API, including `AdRuleService`, `AdjustmentService`, `CmsMetadataService`, and many more, each with potential `CommonError` types. It details the `CommonError` namespace, which lists common issues like `NOT_FOUND`, `ALREADY_EXISTS`, `CANNOT_UPDATE`, and `UNSUPPORTED_OPERATION`. It defines `ApiError` fields, `fieldPath`, `fieldPathElements`, `trigger`, and `errorString`, used across services to pinpoint error causes and context, plus the `reason` field for `CommonError`.\n"]]