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."],[[["This document outlines the `ApiError` base class in Google Ad Manager's API, detailing errors during service requests."],["`ApiError` provides information such as the field path causing the error, parsed elements of the path, the triggering data, and an error description."],["The OGNL field path helps identify the problematic data, and `fieldPathElements` offers a parsed representation for easier analysis."],["Details like the data that caused the error (`trigger`) and an error summary (`errorString`) are also included within `ApiError` objects."],["This class acts as a foundation for more specific error types within the Google Ad Manager API, enabling detailed error handling."]]],["The content details numerous services within an ad management API, including AdRule, Adjustment, AdsTxt, AudienceSegment, and many others. It outlines dependencies like `ApiException`, and `ApiError`, and lists specific error types under the `ApiError` inheritance. `ApiError` describes issues during service requests, specifying the `fieldPath`, `fieldPathElements`, `trigger`, and `errorString` to identify error causes, providing an OGNL path to data elements that might be at fault.\n"]]