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."],[[["`OrderError` objects detail issues encountered when interacting with orders in Google Ad Manager."],["These errors can arise from various situations, such as attempting to update canceled, pending, or archived orders."],["Reasons for these errors are categorized using the `OrderError.Reason` enum, which provides specific error codes."],["Errors also encompass scenarios like invalid user or team assignments, incorrect programmatic settings, and other data inconsistencies."],["The `OrderError` structure includes information about the error's cause, trigger, and a descriptive message."]]],["The content details service interactions and error handling within an ad management system. Key services include ForecastService, LineItemService, and OrderService. It defines various error types that inherit from `ApiError`, such as `AdSenseAccountError`, `AuthenticationError`, and `QuotaError`. `OrderError` lists specific reasons for order-related issues like `UPDATE_CANCELED_ORDER_NOT_ALLOWED`, `PRIMARY_USER_REQUIRED`, and `USER_NOT_ON_ORDERS_TEAMS`. Each `ApiError` includes details on `fieldPath`, `trigger`, and `errorString` to provide context.\n"]]