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-08-20 UTC."],[[["`OrderActionError` objects encompass errors encountered while performing actions on `Order` objects within the system."],["These errors stem from various causes, including insufficient permissions, the order's current state (archived, past end date), or the presence of unreserved line items."],["`OrderActionError` details are provided through `fieldPath`, `trigger`, and `errorString` attributes, along with a specific `reason` enum value indicating the error type."],["This information assists in identifying and resolving issues related to order actions, such as approvals, deletions, or state transitions, ensuring smooth workflow within the platform."]]],["The content outlines various services and errors within an ad management system, focusing on `OrderActionError`. Services include `ForecastService`, `LineItemService`, `LineItemTemplateService`, and `OrderService`. `PublisherQueryLanguageService` errors are also detailed, encompassing issues like `AdUnitCodeError` and `QuotaError`. `OrderActionError` lists errors related to actions on Order objects, with specific reasons like `PERMISSION_DENIED`, `IS_ARCHIVED`, `CANNOT_APPROVE_WITH_UNRESERVED_LINE_ITEMS` and others, each indicating why an action might fail. Field Path and FieldPathElements help identify the location of the error.\n"]]