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 2025-08-06 UTC."],[[["\u003cp\u003e\u003ccode\u003eOrderError\u003c/code\u003e objects detail errors encountered while performing operations on orders within the system.\u003c/p\u003e\n"],["\u003cp\u003eThese errors often involve restrictions on modifying orders in specific states (e.g., canceled, pending approval, archived).\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eOrderError\u003c/code\u003e also covers issues with user and team associations, ensuring proper permissions and relationships.\u003c/p\u003e\n"],["\u003cp\u003eProgrammatic-related errors are flagged when attempting to set specific fields on non-programmatic orders.\u003c/p\u003e\n"],["\u003cp\u003eA comprehensive list of error reasons is available in the \u003ccode\u003eOrderError.Reason\u003c/code\u003e enumeration.\u003c/p\u003e\n"]]],["The content details service interactions and error handling within an ad management system. Key services include Forecast, LineItem, LineItemTemplate, Order, PublisherQueryLanguage, and Team services. Errors are categorized under `ApiError`, with numerous specific error types listed, such as `AuthenticationError`, `CreativeError`, `QuotaError`, and `OrderError`, which specifically lists errors related to updating orders like `UPDATE_CANCELED_ORDER_NOT_ALLOWED` or missing required users `PRIMARY_USER_REQUIRED`. The `ApiError` class includes fields for error identification, providing context like `fieldPath` and `trigger`.\n"],null,[]]