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 2025-08-06 UTC."],[[["\u003cp\u003e\u003ccode\u003eOrderError\u003c/code\u003e objects encompass all errors related to orders in Google Ad Manager.\u003c/p\u003e\n"],["\u003cp\u003eIt inherits from \u003ccode\u003eApiError\u003c/code\u003e and provides specific reasons for order-related errors through the \u003ccode\u003ereason\u003c/code\u003e field.\u003c/p\u003e\n"],["\u003cp\u003eThis error is particularly relevant when working with the ForecastService and other services that interact with orders.\u003c/p\u003e\n"],["\u003cp\u003eReasons for \u003ccode\u003eOrderError\u003c/code\u003e include attempting to update canceled, pending approval, or archived orders, as well as issues with user and team associations.\u003c/p\u003e\n"],["\u003cp\u003eDetailed information about the error is available through the \u003ccode\u003efieldPath\u003c/code\u003e, \u003ccode\u003efieldPathElements\u003c/code\u003e, \u003ccode\u003etrigger\u003c/code\u003e, and \u003ccode\u003eerrorString\u003c/code\u003e fields inherited from \u003ccode\u003eApiError\u003c/code\u003e.\u003c/p\u003e\n"]]],["The `ForecastService` encompasses various error types, all inheriting from `ApiError`. These include `OrderError` along with numerous others like `AdUnitCodeError`, `AuthenticationError`, and `QuotaError`. `ApiError` details include `fieldPath`, `fieldPathElements`, `trigger`, and `errorString`. `OrderError` specifies reasons like `UPDATE_CANCELED_ORDER_NOT_ALLOWED`, `PRIMARY_USER_REQUIRED`, and `INVALID_FIELDS_SET_FOR_NON_PROGRAMMATIC_ORDER`, among others, when orders have different issues. It belongs to the namespace `https://www.google.com/apis/ads/publisher/v202408`.\n"],null,[]]