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-08-20 UTC."],[[["The `PublisherQueryLanguageService.ApiError` object provides details about errors during service requests, including the cause and location of the error."],["It includes fields like `fieldPath`, `fieldPathElements`, `trigger`, and `errorString` to help identify and understand the error."],["`fieldPath` uses OGNL notation to pinpoint the error's origin within the request data."],["`fieldPathElements` offers a parsed, structured representation of the `fieldPath` for easier programmatic access."],["The `trigger` and `errorString` fields provide further context by revealing the specific data that caused the error and a human-readable explanation."]]],["This document outlines various services and error types within an ad management API, version 202408. Services include managing ads, content, targeting, forecasts, and reporting. Dependencies list `ApiException`, which contains the error `ApiError`, its inheritance, and specific error types like `AuthenticationError`, `QuotaError`, and `ServerError`. `ApiError` details include `fieldPath`, `fieldPathElements`, `trigger`, and `errorString`, pinpointing error locations within requests.\n"]]