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-02-13 UTC."],[[["`CommonError` objects encompass frequent errors encountered across various Google Ad Manager services."],["These errors include scenarios like non-existent entities, pre-existing entities, inapplicable values, and unsupported operations."],["`CommonError` details the error reason through a `reason` field with specific enumerations indicating the nature of the error."],["Each `CommonError` inherits properties from `ApiError` for comprehensive error context, including field path, trigger, and error string."]]],["The content details various services within an ad management API, including `ActivityGroupService`, `AdRuleService`, `ForecastService`, and many others, with links to specific error types like `CommonError`. It outlines a structure of error inheritance, where `ApiError` is a base for errors such as `ActivityError` and `AuthenticationError`. `CommonError` has specific reasons such as `NOT_FOUND`, `ALREADY_EXISTS`, and `UNKNOWN`. Errors contain fields like `fieldPath`, `trigger`, and `errorString` for error details.\n"]]