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 2025-08-06 UTC."],[[["\u003cp\u003eLineItemFlightDateError is an ApiError that relates to the start and end dates of LineItems.\u003c/p\u003e\n"],["\u003cp\u003eThis error can occur across various services like ForecastService, LineItemService, and ProposalLineItemService.\u003c/p\u003e\n"],["\u003cp\u003eLineItemFlightDateError provides a reason field with specific error types such as dates in the past or invalid date ranges.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003ereason\u003c/code\u003e field helps to identify the cause of the error with enumerated values like \u003ccode\u003eSTART_DATE_TIME_IS_IN_PAST\u003c/code\u003e or \u003ccode\u003eEND_DATE_TIME_NOT_AFTER_START_TIME\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe error contains detailed information for debugging, including \u003ccode\u003efieldPath\u003c/code\u003e, \u003ccode\u003efieldPathElements\u003c/code\u003e, \u003ccode\u003etrigger\u003c/code\u003e, and \u003ccode\u003eerrorString\u003c/code\u003e.\u003c/p\u003e\n"]]],["The document outlines the `LineItemFlightDateError` and its associated components within the context of ad management services. This error type, part of `ProposalLineItemService`, signifies issues with the start and end dates of line items. The `LineItemFlightDateError` inherits from `ApiError` and includes a `reason` field that uses enumerations to define specific issues, such as `START_DATE_TIME_IS_IN_PAST` or `END_DATE_TIME_NOT_AFTER_START_TIME`. There are other services associated to this type of error, like `ForecastService`, `LineItemService`, etc.\n"],null,[]]