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 2025-08-06 UTC."],[[["\u003cp\u003eThe \u003ccode\u003eStatementError\u003c/code\u003e object represents errors encountered while parsing \u003ccode\u003eStatement\u003c/code\u003e objects in the Google Ad Manager API.\u003c/p\u003e\n"],["\u003cp\u003eThese errors often occur due to issues like a bind variable not being bound to a value.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eStatementError\u003c/code\u003e includes fields like \u003ccode\u003ereason\u003c/code\u003e to indicate the specific cause of the error, and inherits fields from \u003ccode\u003eApiError\u003c/code\u003e for additional context.\u003c/p\u003e\n"],["\u003cp\u003eIt provides detailed information about the error, including the field path, trigger, and a simple error string, aiding in debugging.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003ereason\u003c/code\u003e field uses an enum, \u003ccode\u003eStatementError.Reason\u003c/code\u003e, with values like \u003ccode\u003eVARIABLE_NOT_BOUND_TO_VALUE\u003c/code\u003e and \u003ccode\u003eUNKNOWN\u003c/code\u003e to specify the error type.\u003c/p\u003e\n"]]],["The content details numerous services within an ad management system, including AdRule, Adjustment, AdsTxt, AudienceSegment, and many others, each with associated errors. The `CustomTargetingService` is highlighted, including its inheritance hierarchy and specific error types like `ApiError`, `StatementError`, and their fields. `StatementError`'s fields have a field `reason` that contains two enumerations `VARIABLE_NOT_BOUND_TO_VALUE` and `UNKNOWN`. The `ApiError` fields are `fieldPath`, `fieldPathElements`, `trigger`, and `errorString`.\n"],null,[]]