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."],[[["This document details the `ApiError` base class in Google Ad Manager's API."],["`ApiError` provides information about errors during service requests, including the cause and location within the request data."],["Key properties of `ApiError` include `fieldPath`, `fieldPathElements`, `trigger`, and `errorString` which help pinpoint and understand the error."],["The document lists numerous specific error types inheriting from `ApiError`, offering detailed guidance for troubleshooting various API issues."],["Developers can use these error details to identify and resolve problems encountered while interacting with the Ad Manager API."]]],["This document outlines numerous services and their associated API errors within an ad management system. Services include managing ads, content, targeting, forecasting, and reporting, along with user, company, and inventory management. The `ApiError` class, including its fields like `fieldPath`, `fieldPathElements`, `trigger`, and `errorString`, is the base for handling errors during service requests and identifies error causes and data. There are numerous error types that can occur while interacting with a service, such as, `AuthenticationError` or `ForecastError`.\n"]]