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."],[[["`ForecastService.OrderActionError` encompasses all errors encountered when performing actions on Order objects."],["This error type inherits from `ApiError` and provides details like field path, trigger, and error string."],["`OrderActionError` includes a specific `reason` field, indicating the cause of the error with an enum like `PERMISSION_DENIED` or `NOT_APPLICABLE`."],["These reasons offer insights into issues such as permission limitations, order state conflicts (archived, ended), unreserved line items, and company credit status."],["The error reasons help pinpoint why an action on an `Order` object might have failed within the Google Ad Manager API."]]],["The `ForecastService` outlines a comprehensive list of potential errors when interacting with Ad Manager's forecasting and related services. These errors, inheriting from `ApiError`, include issues like `AuthenticationError`, `QuotaError`, and targeting-related problems. `OrderActionError` specifics highlight permission issues, operations on archived or ended orders, problems approving orders with unreserved line items, and credit status. `ApiError` includes details about the error's field path, trigger, and string representation.\n"]]