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 the system.\u003c/p\u003e\n"],["\u003cp\u003eThis error type inherits from \u003ccode\u003eApiError\u003c/code\u003e, providing standard error details like field paths and triggers.\u003c/p\u003e\n"],["\u003cp\u003eA key field, \u003ccode\u003ereason\u003c/code\u003e, categorizes the specific cause of the order error using the \u003ccode\u003eOrderError.Reason\u003c/code\u003e enum.\u003c/p\u003e\n"],["\u003cp\u003eReasons cover issues such as updating canceled orders, modifying proposal IDs inappropriately, user and team inconsistencies, and programmatic order misconfigurations.\u003c/p\u003e\n"],["\u003cp\u003eThe error details include a namespace for context and a table outlining the field structure and possible error reasons.\u003c/p\u003e\n"]]],["The content details service-related errors and their inheritance structure, focusing on `OrderError`. Services include ForecastService, LineItemService, and OrderService. `ApiError` is the base, inherited by numerous specific error types, including `OrderError`. `OrderError` lists reasons such as `UPDATE_CANCELED_ORDER_NOT_ALLOWED`, `PRIMARY_USER_REQUIRED`, and `UNKNOWN`, indicating problems related to order updates, user roles, team associations, and programmatic settings. The field `ApiError` include `fieldPath`, `fieldPathElements`, `trigger`, and `errorString`.\n"],null,[]]