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-02-13 UTC."],[[["OrderActionError objects list errors encountered when performing actions on Order objects in Google Ad Manager."],["These errors often relate to permissions, order state (archived, ended), or line item reservation status."],["OrderActionError includes fields like `reason`, which provides a specific reason for the error, and inherited fields from ApiError for context."],["The `reason` field uses an enum to represent common errors like permission denial, order state conflicts, or unreserved line items."],["This information is crucial for troubleshooting and understanding issues when managing orders programmatically via the Ad Manager API."]]],["The document details errors associated with actions on Order objects within the ad manager API. It outlines the `OrderActionError` and its associated reasons, such as `PERMISSION_DENIED`, `NOT_APPLICABLE`, `IS_ARCHIVED`, `HAS_ENDED`, `CANNOT_APPROVE_WITH_UNRESERVED_LINE_ITEMS`, `CANNOT_DELETE_ORDER_WITH_DELIVERED_LINEITEMS`, and `CANNOT_APPROVE_COMPANY_CREDIT_STATUS_NOT_ACTIVE` and `UNKNOWN`. It also details inherited errors from `ApiError`, including `fieldPath`, `fieldPathElements`, `trigger`, and `errorString`, used to identify error causes. Further error categories associated with `PublisherQueryLanguageService` are listed.\n"]]