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 `LabelEntityAssociationError` object describes errors encountered when associating labels with entities in Google Ad Manager."],["This error typically arises from issues like duplicate associations, invalid associations (applying a label to an unsupported entity), or using negations incorrectly."],["The `reason` field provides an enum value specifying the cause of the error, including reasons like `DUPLICATE_ASSOCIATION`, `INVALID_ASSOCIATION`, `NEGATION_NOT_ALLOWED`, and more."],["The error object inherits properties from `ApiError` which provide additional details like the error's location (`fieldPath`), parsed path elements (`fieldPathElements`), the triggering data (`trigger`), and a general error description (`errorString`)."]]],["The content details services and associated errors within an ad management API, version v202405. Services listed include Company, Creative, CreativeSet, Forecast, Inventory, LineItem, Order, and Proposal services. The document specifies `LabelEntityAssociationError`, which covers errors in associating labels with entities. It breaks down `ApiError`, detailing fields like `fieldPath`, `trigger`, and `errorString`. Enumerations for `LabelEntityAssociationError` reasons are: `DUPLICATE_ASSOCIATION`, `INVALID_ASSOCIATION`, `NEGATION_NOT_ALLOWED`, `DUPLICATE_ASSOCIATION_WITH_NEGATION`, and `UNKNOWN`.\n"]]