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-11-19 UTC."],[[["The ForecastService object lists all errors associated with performing actions on Order objects."],["This service inherits from ApiError and includes an OrderActionError specification."],["OrderActionError details reasons for errors when applying OrderAction to an Order, such as permission issues, order status (archived, ended), or unreserved line items."],["The service is namespaced under `https://www.google.com/apis/ads/publisher/v202411`."],["Detailed error information is provided through fields like `fieldPath`, `trigger`, and `reason`, aiding in troubleshooting and resolution."]]],["The document outlines errors within the `ForecastService`, detailing error inheritance from `ApiError` down to specific error types like `AdUnitCodeError` and `QuotaError`. It defines `OrderActionError`, which details the errors related to actions on `Order` objects. These errors include `PERMISSION_DENIED`, `NOT_APPLICABLE`, `IS_ARCHIVED`, `HAS_ENDED`, and more, indicating the reasons why an action might fail, such as an archived or ended order or problems with the credit status. It also provides field information and paths used in defining the error.\n"]]