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."],[[["The `CmsMetadataService` allows management of metadata in Google Ad Manager."],["`MetadataMergeSpecError` is a specific error type related to merging metadata specifications."],["This error can arise due to various reasons like conflicting input IDs, improper bucket boundaries, or incompatible value types, all detailed within the `reason` field."],["Errors are further categorized by a field path (`fieldPath`, `fieldPathElements`) and descriptive messages (`trigger`, `errorString`)."],["The namespace for this service is `https://www.google.com/apis/ads/publisher/v202408`."]]],["The `CmsMetadataService` defines a range of potential `ApiError` types, including `AuthenticationError`, `InternalApiError`, and `QuotaError`. It also details specific `MetadataMergeSpecError` errors, which occur in metadata merging processes. These errors include issues like duplicate input IDs, improper bound specifications, min/max range errors, conflicting value rules, and attempts to modify reserved keys. Each error also contains field `fieldPath`, `fieldPathElements`, `trigger` and `errorString`. The `MetadataMergeSpecError` has a `reason` enum listing the error type.\n"]]