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-11-19 UTC."],[[["`OrderError` objects detail issues encountered when interacting with orders in Ad Manager."],["These errors often relate to order status (canceled, pending, archived), user permissions, or team associations."],["`OrderError` provides specific reasons for the error, like `UPDATE_CANCELED_ORDER_NOT_ALLOWED` or `USER_NOT_ON_ORDERS_TEAMS`, through the `reason` field."],["The `ApiError` inheritance provides additional context, such as the field path causing the error and a detailed error string."]]],["The core content outlines errors within the `ForecastService` and related services including `LineItemCreativeAssociationService`, `LineItemService`, `LineItemTemplateService`, `OrderService`, `PublisherQueryLanguageService`, and `TeamService`. It details `ApiError` inheritance, featuring various error types like `AdUnitCodeError`, `AuthenticationError`, `ForecastError`, and `OrderError`. The content specifies the reasons for `OrderError`, such as updating canceled, pending, or archived orders, primary user requirements, team associations, and programmatic order restrictions. These are under a publisher API namespace.\n"]]