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-02-13 UTC."],[[["The `ApiError` object provides details about errors encountered while processing service requests in Google Ad Manager."],["It includes information like the OGNL field path (`fieldPath`), parsed field path elements (`fieldPathElements`), the error trigger (`trigger`), and a description of the error (`errorString`)."],["`ApiError` serves as the base class for more specific error types within the Ad Manager API, such as `AdSenseAccountError`, `AuthenticationError`, and others."],["Developers can use the provided error information to debug and resolve issues in their Ad Manager integrations."]]],["This document outlines various services and their associated API errors within an ad management system. Services include managing activities, ads, audiences, content, creatives, forecasting, inventory, line items, networks, orders, proposals, reports, users, and targeting. The document details the `ApiError` structure, which helps pinpoint the cause of errors using `fieldPath`, `fieldPathElements`, `trigger`, and `errorString` information. Multiple specific error types, inheriting from `ApiError` such as `AuthenticationError` and `QuotaError` are also defined.\n"]]