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 PublisherQueryLanguageService provides a way to query data within Google Ad Manager."],["CommonError is an abstract type inherited by other error types that can occur within the service."],["The CommonError object contains a `reason` field that explains the specific error that occurred."],["A number of more specific error types inherit from ApiError, providing detailed information about various potential issues."],["Each error object includes information such as the field path, trigger, and a descriptive error string to aid in debugging."]]],["The document outlines various services and their associated errors within an ad management API, version v202411. It details services like AdRuleService, AdjustmentService, and ReportService, along with numerous others, each with specific common errors. It also defines the `CommonError` type, including error reasons such as `NOT_FOUND`, `ALREADY_EXISTS`, `DUPLICATE_OBJECT`, and `UNSUPPORTED_OPERATION`, and includes inherited fields for error identification like `fieldPath`, `trigger`, and `errorString`.\n"]]