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 all errors encountered when performing actions on Order objects in Google Ad Manager."],["This error is characterized by a reason field, which is represented by the OrderActionError.Reason enum and provides specific information about the error."],["OrderActionError inherits from ApiError, containing details like field path, trigger, and a comprehensive error message."],["Common reasons for OrderActionError include permission issues, order state conflicts (archived, ended), unreserved line items, and company credit status."],["The namespace for OrderActionError is `https://www.google.com/apis/ads/publisher/v202405`."]]],["The content outlines error handling for ad management services, specifically focusing on `OrderActionError`. Services like `ForecastService`, `LineItemService`, `LineItemTemplateService`, `OrderService`, and `PublisherQueryLanguageService` are referenced. `ApiError` is the base for multiple specific errors (e.g., `AuthenticationError`, `ForecastError`). `OrderActionError` includes reasons such as `PERMISSION_DENIED`, `NOT_APPLICABLE`, `IS_ARCHIVED`, `HAS_ENDED`, `CANNOT_APPROVE_WITH_UNRESERVED_LINE_ITEMS`, `CANNOT_DELETE_ORDER_WITH_DELIVERED_LINEITEMS`, `CANNOT_APPROVE_COMPANY_CREDIT_STATUS_NOT_ACTIVE`, and `UNKNOWN`. It also details the fields associated with `ApiError`.\n"]]