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."],[[["This document lists potential errors related to billing settings for proposals or proposal line items in Google Ad Manager."],["Errors can arise from unsupported billing schedules, caps, missing billing sources, or invalid settings for offline items."],["Issues might also occur if attempting to update billing after proposal approval or when using an incorrect billing base."],["`BillingError.Reason` provides specific error codes like `UNSUPPORTED_BILLING_SCHEDULE` or `MISSING_BILLING_SOURCE` to help identify the problem."],["The `BillingError` object inherits from `ApiError`, offering additional context with fields like `fieldPath` and `errorString`."]]],["The core content outlines errors within the `ProposalService` and `ProposalLineItemService`, focusing on `BillingError` and its specific reasons. `BillingError` details issues like unsupported billing schedules or caps, missing billing information, or invalid billing sources. It inherits from `ApiError`, which describes generic error information, including the field path and trigger. The `BillingError` enum provides granular reasons like `MISSING_BILLING_SOURCE` and `UPDATE_BILLING_NOT_ALLOWED`. This outlines how billing-related problems are identified.\n"]]