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."],[[["The ForecastService provides methods for forecasting potential ad delivery for line items."],["This service defines a CommonError type that is inherited by other error types and includes reasons like NOT_FOUND, ALREADY_EXISTS, and more."],["CommonError is a base error type used across many Google Ad Manager services, with a reason field indicating the nature of the error."],["The ForecastService's namespace is `https://www.google.com/apis/ads/publisher/v202405`."],["The CommonError and other error types can have fields like `fieldPath`, `fieldPathElements`, `trigger`, and `errorString` to provide details about the error."]]],["The document outlines various services within an ad management API, including `AdRuleService`, `ForecastService`, and `InventoryService`, among others. These services manage aspects like ad rules, adjustments, audience segments, content, creatives, and more. It defines an `ApiError` with fields like `fieldPath`, `trigger`, and `errorString`, and a `CommonError` with a `reason` enumeration, including error types like `NOT_FOUND`, `ALREADY_EXISTS`, `CANNOT_UPDATE`, and `UNSUPPORTED_OPERATION`. The data structure details the errors and associated service.\n"]]