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."],[[["`OrderError` objects encompass all errors related to orders in Google Ad Manager."],["It inherits from `ApiError` and provides specific reasons for order-related errors through the `reason` field."],["This error is particularly relevant when working with the ForecastService and other services that interact with orders."],["Reasons for `OrderError` include attempting to update canceled, pending approval, or archived orders, as well as issues with user and team associations."],["Detailed information about the error is available through the `fieldPath`, `fieldPathElements`, `trigger`, and `errorString` fields inherited from `ApiError`."]]],["The `ForecastService` encompasses various error types, all inheriting from `ApiError`. These include `OrderError` along with numerous others like `AdUnitCodeError`, `AuthenticationError`, and `QuotaError`. `ApiError` details include `fieldPath`, `fieldPathElements`, `trigger`, and `errorString`. `OrderError` specifies reasons like `UPDATE_CANCELED_ORDER_NOT_ALLOWED`, `PRIMARY_USER_REQUIRED`, and `INVALID_FIELDS_SET_FOR_NON_PROGRAMMATIC_ORDER`, among others, when orders have different issues. It belongs to the namespace `https://www.google.com/apis/ads/publisher/v202408`.\n"]]