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."],[[["This page lists common errors encountered when using the Publisher Query Language Service in Google Ad Manager."],["These errors, categorized as `CommonError`, often occur across different services within Ad Manager."],["Each error has a specific `reason` field indicating the nature of the error, such as `NOT_FOUND` or `ALREADY_EXISTS`."],["The provided table outlines the error fields, including `fieldPath`, `trigger`, and `errorString`, providing further details."],["Developers can use this information to troubleshoot and resolve PQL queries within their Ad Manager network."]]],["The document outlines various services and common error types within an ad management API, version 202408. It lists numerous services like `AdRuleService`, `AdjustmentService`, `CreativeService`, and `ReportService`, alongside error types inherited from `ApiError`, including `AuthenticationError`, `InternalApiError`, and `QuotaError`. `CommonError` specifies reasons for failure, such as `NOT_FOUND`, `ALREADY_EXISTS`, `CANNOT_UPDATE`, and `UNSUPPORTED_OPERATION`. It also details fields for `ApiError`, enabling error identification via `fieldPath`, `trigger`, and `errorString`.\n"]]