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 AudienceSegmentService API allows for management of audience segments in Google Ad Manager."],["Common errors encompass scenarios like non-existent entities, existing entities, inapplicable values, duplicates, immutable field changes, unsupported operations, concurrent modifications, and unknowns."],["Errors are categorized by reason, including `NOT_FOUND`, `ALREADY_EXISTS`, `NOT_APPLICABLE`, `DUPLICATE_OBJECT`, `CANNOT_UPDATE`, `UNSUPPORTED_OPERATION`, and `CONCURRENT_MODIFICATION`."],["Detailed error information is provided through fields like `fieldPath`, `fieldPathElements`, `trigger`, and `errorString` for debugging purposes."],["The API uses a namespace of `https://www.google.com/apis/ads/publisher/v202402` for interactions."]]],["This document outlines services and common errors within an ad management API, version 202402. Key services include managing activities, ad rules, audience segments, content, creatives, forecasts, inventory, line items, and more. It also details the `CommonError` structure, listing its inherited `ApiError` fields like `fieldPath`, `trigger`, and `errorString`. `CommonError` specifies potential `reasons` such as `NOT_FOUND`, `ALREADY_EXISTS`, `CANNOT_UPDATE`, and `UNKNOWN`, covering error types across services.\n"]]