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."],[[["ProposalLineItemMakegoodError outlines errors encountered when creating makegood proposal line items in Google Ad Manager."],["It inherits from ApiError, offering standard error details like field path, trigger, and error string."],["Specific to this error type, a `reason` field is included, further clarifying the issue with an enum value."],["Common reasons for errors include the original line item already having a makegood, the original being too old, or discrepancies in rate or units."],["Makegoods have certain restrictions, such as requiring standard, CPM line items and being limited to DV360 buyers."]]],["The `ProposalLineItemService` manages errors related to proposal line items, specifically makegoods, through the `ProposalLineItemMakegoodError`. It inherits from `ApiError` and includes detailed field information like `fieldPath`, `fieldPathElements`, `trigger`, and `errorString`. `ProposalLineItemMakegoodError` lists various error reasons, such as `ORIGINAL_ALREADY_HAS_MAKEGOOD`, `ORIGINAL_IS_MAKEGOOD`, or `UNITS_MORE_THAN_ORIGINAL`, which identify specific problems with makegood proposal line items. It contains numerous additional errors related to this service.\n"]]