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 CmsMetadataService manages metadata and its associated errors in Google Ad Manager."],["`MetadataMergeSpecError` is a specific error type within the CmsMetadataService relating to issues with merging metadata specifications."],["This error can arise from various reasons, such as conflicting input IDs, improperly defined bucket ranges, or attempting to modify reserved keys, as detailed in the `reason` field and its corresponding enum values."],["Developers can use the provided error information, including `fieldPath`, `trigger`, and `errorString`, to diagnose and address these metadata merge issues."],["The namespace for this service is `https://www.google.com/apis/ads/publisher/v202402`."]]],["The `CmsMetadataService` defines errors within its service, inheriting from `ApiError`. Specific errors include `ApiVersionError`, `AuthenticationError`, and `InternalApiError`, among others. `MetadataMergeSpecError`, part of this service, handles issues in metadata merging, as detailed by error reasons such as `INPUT_ID_ALREADY_USED`, `MIN_EXCEEDS_MAX` or `CANNOT_MODIFY_RESERVED_KEY`. The service also provides detailed information about `fieldPath`, `trigger`, and `errorString` associated to the error, plus specific reasons for Metadata Merge related errors.\n"]]