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."],[[["LineItemCreativeAssociationError lists all errors associated with the dates when line items are associated with creatives."],["It is a namespace within Google Ad Manager's API and inherits from ApiError, providing details about the error, such as field path, trigger, and error string."],["The `reason` field explains the specific cause of the error, ranging from creative-advertiser mismatches and invalid pairings to date conflicts and programmatic creative limitations."]]],["The `CreativeService` manages associations between line items and creatives. Key actions include managing errors related to these associations, particularly concerning dates. Errors detailed are: start/end dates being out of line with the associated line item's dates, creatives being assigned to the wrong advertiser, incompatibility between creative and line item types, programmatic creative limitations, restrictions around set-top box creatives, and macro-related errors within code snippets. Also it list other generic errors that may apply to `CreativeService` like `ApiError` and `CollectionSizeError`.\n"]]