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."],[[["The `OrderError` object lists all errors associated with orders in Google Ad Manager."],["It inherits from the `ApiError` object, which provides details about the error's cause."],["`OrderError` includes a `reason` field that specifies the type of error encountered, such as attempting to update a canceled order or having missing required user roles."],["The errors listed pertain to order management functionalities and involve programmatic setup, user roles, and order status changes."]]],["The content outlines services and error types within an API, focusing on order-related operations. Services include ForecastService, LineItemService, and OrderService. Errors are categorized under `ApiError` and `OrderError`, which include `UPDATE_CANCELED_ORDER_NOT_ALLOWED` and `PRIMARY_USER_REQUIRED`, and more. `ApiError` contains fields for detailed error tracking like `fieldPath` and `trigger`. The document is specific to `v202405` of the API.\n"]]