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\u003e\u003ccode\u003eProposalLineItemMakegoodError\u003c/code\u003e outlines errors specific to makegood proposal line items in Google Ad Manager.\u003c/p\u003e\n"],["\u003cp\u003eIt inherits from \u003ccode\u003eApiError\u003c/code\u003e, providing standard error details like field path, trigger, and error string.\u003c/p\u003e\n"],["\u003cp\u003eErrors can arise from issues like the original line item having an existing makegood, being a makegood itself, not being sold, or having an incompatible cost type.\u003c/p\u003e\n"],["\u003cp\u003eOther errors include rate or unit discrepancies between the makegood and the original line item.\u003c/p\u003e\n"],["\u003cp\u003eMakegoods are not supported for non-DV360 buyers, a restriction highlighted by this error type.\u003c/p\u003e\n"]]],["The `ProposalService` and `ProposalLineItemService` handle errors related to proposal line items, including makegoods. The `ApiError` is the base class for various specific errors, such as `AuthenticationError`, `InternalApiError`, and `ProposalError`. `ProposalLineItemMakegoodError` lists errors specific to makegood items. It includes reasons like `ORIGINAL_ALREADY_HAS_MAKEGOOD`, `RATE_DIFFERENT_THAN_ORIGINAL`, `UNITS_MORE_THAN_ORIGINAL`. The `ApiError` contains a `fieldPath`, `fieldPathElements`, `trigger`, and `errorString`.\n"],null,[]]