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."],[[["ForecastService.OrderActionError lists all errors encountered while performing actions on Order objects."],["This error is a subclass of ApiError and includes fields like fieldPath, fieldPathElements, trigger, and errorString for identifying the cause."],["The OrderActionError object also includes a reason field with an enum value indicating the specific cause, like permission issues, order state, or line item status."],["Reasons for this error can include insufficient permissions, applying actions to archived or ended orders, unreserved line items, or company credit status."]]],["The core content outlines error handling for the `ForecastService`, detailing the `OrderActionError` and its relationship to `ApiError`. It lists numerous specific error types that can occur during operations, categorized under `ApiError` and other errors. `OrderActionError` specifies reasons for order-related failures, such as permission issues, archived orders, or orders with unreserved line items. Key details include `fieldPath`, `trigger`, and `errorString` attributes, plus the enumerated `OrderActionError.Reason` values.\n"]]