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-02-13 UTC."],[[["The ProposalLineItemService lists all errors encountered when performing actions on proposal line items within Google Ad Manager."],["Errors are categorized and organized based on their root cause, such as authentication issues, targeting errors, or data type mismatches."],["Each error type provides detailed information, including a field path, trigger data, and a human-readable error string, for debugging purposes."],["Specific error reasons are provided in the `ProposalLineItemActionError.Reason` enumeration for actions like archiving or unarchiving proposal line items."],["The service utilizes a namespace for organization and is versioned to ensure compatibility."]]],["The `ProposalLineItemService` manages errors related to proposal line item operations. It inherits from `ApiError` and includes a list of specific error types like `AudienceSegmentError`, `ForecastError`, `ProposalError`, and more. `ProposalLineItemActionError` lists operation-specific reasons for failure, such as `NOT_APPLICABLE`, `PROPOSAL_NOT_EDITABLE`, or attempting to archive/unarchive with mandatory products or with an active item. Each error contains details like `fieldPath`, `trigger`, and `errorString` to help pinpoint the cause.\n"]]