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."],[[["OrderError objects detail errors encountered when interacting with orders in Google Ad Manager."],["This error encompasses various reasons, including attempting to update canceled or pending orders, and user/team assignment issues."],["OrderError inherits from ApiError, providing contextual information about the error."],["The `reason` field clarifies the specific cause of the error, aiding in troubleshooting."],["Detailed explanations for each `reason` enum value are available in the documentation."]]],["The document details error management for ad-related services, focusing on `LineItemService` and `OrderError`. It lists `ApiError` and its inherited subclasses, alongside various specific error types like `AuthenticationError`, `CreativeError`, and `QuotaError`. `OrderError` contains reasons like `UPDATE_CANCELED_ORDER_NOT_ALLOWED`, `PRIMARY_USER_REQUIRED`, and `USER_NOT_ON_ORDERS_TEAMS`, specifying why actions related to orders might fail. Each error type has a namespace and fields to determine the error and reason.\n"]]