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."],[[["`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, ended, etc.), or issues with associated line items."],["Each `OrderActionError` provides details such as the specific error reason, a field path indicating the error's source, and optional trigger data."],["The `OrderActionError.Reason` enum categorizes the error into specific types like `PERMISSION_DENIED`, `NOT_APPLICABLE`, `IS_ARCHIVED`, etc., offering further insight into the issue's nature."],["The namespace for this error is `https://www.google.com/apis/ads/publisher/v202405`, providing a context for the error within the broader API framework."]]],["The content outlines services and error types within an ad management system. Key services include ForecastService, LineItemService, LineItemTemplateService, and OrderService. PublisherQueryLanguageService errors are detailed, encompassing issues like AdUnitCodeError, AuthenticationError, and QuotaError. OrderActionError is also explained, listing reasons such as PERMISSION_DENIED, NOT_APPLICABLE, IS_ARCHIVED, HAS_ENDED, and conditions related to approving orders with unreserved or delivered line items.\n"]]