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-11-19 UTC."],[[["The `ApiError` object provides details about errors encountered while processing service requests in the Google Ad Manager API."],["It includes information like the OGNL field path, parsed field path elements, trigger data, and an error string for debugging."],["The `fieldPath` helps identify the specific data element causing the error, while `fieldPathElements` provides a parsed representation for easier analysis."],["`trigger` indicates the data that led to the error, and `errorString` offers a concise description of the error and its reason."],["Developers can use this information to understand and resolve issues arising from API interactions."]]],["This document outlines various services and their associated API errors within the Google Ad Manager API (v202411). It lists services like `AdRuleService`, `ContentService`, and `ReportService`, among others, detailing potential `ApiError` types. The `ApiError` base class contains details about errors, including `fieldPath` to identify the error's cause, `trigger` for the data involved, and `errorString` for a brief description. The document also defines field for `fieldPathElements` that specifies the cause of the error.\n"]]