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-11-19 UTC."],[[["`ProposalLineItemMakegoodError` outlines errors specific to makegood proposal line items in Google Ad Manager."],["It inherits from `ApiError`, providing standard error details like field path, trigger, and error string."],["Errors 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."],["Other errors include rate or unit discrepancies between the makegood and the original line item."],["Makegoods are not supported for non-DV360 buyers, a restriction highlighted by this error type."]]],["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"]]