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-08-20 UTC."],[[["The `ProposalLineItemService` handles operations related to proposal line items within Google Ad Manager."],["It lists various error types that can occur when executing these operations, categorized by specific issues like authentication, targeting, and quotas."],["Each error type has a `reason` field explaining the cause of the error, offering guidance for troubleshooting and resolution."],["`ProposalLineItemActionError` specifically addresses errors during actions performed on proposal line items, such as archiving or unarchiving, providing context-specific reasons for failures."],["This service is essential for managing and troubleshooting programmatic advertising proposals within the Google Ad Manager platform."]]],["The `ProposalLineItemService` manages errors related to proposal line item operations. It inherits from `ApiError`, detailing issues via `fieldPath`, `fieldPathElements`, `trigger`, and `errorString`. `ProposalLineItemActionError` specifies reasons for operation failures, such as `NOT_APPLICABLE`, `PROPOSAL_NOT_EDITABLE`, or `CANNOT_ARCHIVE_ONGOING_PROPOSAL_LINE_ITEM`. Other listed errors refer to various issues like targeting, billing, forecasting, and programmatic errors. All the errors come from the `https://www.google.com/apis/ads/publisher/v202408` namespace.\n"]]