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."],[[["`LineItemCreativeAssociationError` outlines errors encountered when associating line items with creatives, encompassing date conflicts, creative type mismatches, and programmatic creative restrictions."],["The error reasons are categorized by an enum, `LineItemCreativeAssociationError.Reason`, providing specific details about the nature of the error."],["This error is relevant to services such as ForecastService, LineItemCreativeAssociationService, LineItemService, LineItemTemplateService, and OrderService."],["Programmatic creatives have limitations, including support for only \"Video\" redirect type and assignment to a single line item."],["Set-top box enabled creatives and line items must be paired together and have specific configuration requirements."]]],["This content outlines the `CreativeService` and its associated error types within an ad management API, focusing on managing associations between line items and creatives. Key actions involve managing creative associations through services like `ForecastService`, `LineItemService`, and `OrderService`. The core information highlights a range of potential errors, including issues with creative-line item pairing, date mismatches, programmatic creative constraints, set-top box restrictions, and macro requirements. It details error structures, like `ApiError`, and specifies the `LineItemCreativeAssociationError` reasons, for example `STARTDATE_BEFORE_LINEITEM_STARTDATE`.\n"]]