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."],[[["The `OrderActionError` object lists errors encountered when performing actions on Order objects in Google Ad Manager."],["These errors can be due to insufficient permissions, the order's current state (archived, ended), or unreserved line items."],["`OrderActionError` inherits from `ApiError`, providing details like field path, trigger, and error string."],["The `reason` field further clarifies the specific cause of the error using an enum."],["Common error reasons include permission issues, order status conflicts, and company credit status restrictions."]]],["The document details error types for several services, including ForecastService, LineItemService, LineItemTemplateService, OrderService, and PublisherQueryLanguageService. It focuses on `OrderActionError`, an error type for actions on `Order` objects. Key error reasons include `PERMISSION_DENIED`, `NOT_APPLICABLE`, `IS_ARCHIVED`, `HAS_ENDED`, unreserved line items preventing approval, deleting orders with delivered line items not allowed, and inactive company credit preventing approval. Additional errors are also listed such as ApiError, CollectionSizeError and InternalApiError.\n"]]