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 `ProposalService` allows for managing proposals and their associated errors within Google Ad Manager."],["`LabelEntityAssociationError` arises when issues occur during the creation of label-entity associations, such as duplicate associations or invalid entity types."],["Errors inherit from `ApiError`, providing details like field path, trigger, and error string."],["`LabelEntityAssociationError` uses a `reason` field with an enum to specify the cause, like `DUPLICATE_ASSOCIATION` or `INVALID_ASSOCIATION`."],["This documentation outlines the namespace, fields, and enumerations relevant to understanding and handling `LabelEntityAssociationError`."]]],["The content details services and their associated errors within an API, focusing on `LabelEntityAssociationError`. Services include Company, Creative, Forecast, Inventory, LineItem, Order, and Proposal services. The `LabelEntityAssociationError` class outlines specific issues related to label associations, such as duplicate or invalid associations and negation errors. It inherits from `ApiError`, which contains fields like `fieldPath`, `trigger`, and `errorString`. The different reasons for errors within label associations are detailed, including duplicate association, invalid association, negation not allowed, and duplicate association with negation.\n"]]