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."],[[["OrderActionError objects list all errors encountered when performing actions on Order objects in Google Ad Manager."],["These errors can be due to permission issues, the order's state (archived, ended), unreserved line items, delivered line items, or inactive company credit status."],["The error details include a reason code (like PERMISSION_DENIED or NOT_APPLICABLE), field path, and an error message."],["OrderActionError inherits from ApiError, providing a standard structure for error representation."],["This information helps developers troubleshoot issues when managing orders programmatically via the Ad Manager API."]]],["The content outlines service errors and their inheritance related to ad management. Key services include ForecastService, LineItemService, LineItemTemplateService, OrderService, and PublisherQueryLanguageService. `ApiError` is a base error with subclasses like `ApiVersionError` and `AuthenticationError`. `OrderActionError` specifies errors when acting on Order objects, including permissions, applicability, archived/ended orders, and credit status, along with `enum` reasons. These errors contain information like `fieldPath`, `trigger`, and `errorString`.\n"]]