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-11-19 UTC."],[[["The `CmsMetadataService` handles metadata operations and may return specific errors relating to metadata merge specifications."],["`MetadataMergeSpecError` details issues encountered during the merging of metadata, such as conflicting input IDs or improperly defined value ranges."],["Errors are categorized by reasons like `INPUT_ID_ALREADY_USED`, `BOUND_SPECIFIED_WITHOUT_VALUE`, or `VALUE_SPECIFIED_WITHOUT_BOUND`, offering insight into the cause of the problem."],["Detailed information on each error, including the field path and a descriptive error string, aids in troubleshooting and resolution."],["Developers can utilize the provided namespace and field descriptions to interact with the `CmsMetadataService` and understand potential errors."]]],["The `CmsMetadataService` defines `ApiError` inheritance, which includes various error types like `ApiVersionError`, `AuthenticationError`, `InternalApiError`, and others. `MetadataMergeSpecError`, part of these errors, relates to issues in merging metadata specifications. `MetadataMergeSpecError` contains a `reason` field that specifies error types such as `INPUT_ID_ALREADY_USED`, `MIN_EXCEEDS_MAX`, and `UNKNOWN`. `ApiError` has fields like `fieldPath`, `fieldPathElements`, `trigger`, and `errorString`. The namespace for this service is `https://www.google.com/apis/ads/publisher/v202411`.\n"]]