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."],[[["This page describes the `ApiError` object, which serves as the base class for all API errors in Google Ad Manager."],["`ApiError` provides detailed information about errors encountered during service requests, including the OGNL field path, parsed field path elements, trigger data, and an error string."],["The `ApiError` class is part of the `https://www.google.com/apis/ads/publisher/v202402` namespace and includes fields like `fieldPath`, `fieldPathElements`, `trigger`, and `errorString` to provide context and debugging information."],["Developers can utilize the provided information within the `ApiError` object, such as the field path and error string, to identify and resolve issues encountered while interacting with the Google Ad Manager API."]]],["This document outlines various services and their associated API errors within an ad management system. It details services like ActivityGroupService, ContentService, ForecastService, and LiveStreamEventService. The core dependency is `ApiException`, which includes a breakdown of `ApiError` types, such as `AuthenticationError` and `QuotaError`. `ApiError` provides details on errors, including `fieldPath`, `trigger`, and `errorString`, facilitating error identification and resolution within the ad service.\n"]]