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 the `CommonError` types that can occur when using the Native Style Service in Google Ad Manager."],["`CommonError` extends the `ApiError` type and provides a `reason` field indicating the nature of the error."],["The `reason` field can be one of several values like `NOT_FOUND`, `ALREADY_EXISTS`, `NOT_APPLICABLE`, etc.providing specific insight into the error."],["These errors are common across many services within the Google Ad Manager API, enabling consistent error handling."]]],["This document outlines various services and error types within an ad management API, version v202408. It lists numerous services like `AdRuleService`, `CreativeService`, and `ForecastService`, each potentially encountering errors defined under `CommonError`. `CommonError` details error reasons, including `NOT_FOUND`, `ALREADY_EXISTS`, `CANNOT_UPDATE`, and others, along with the inheritance of `ApiError`. Each error provides field details such as `fieldPath`, `trigger`, and `errorString` for detailed debugging.\n"]]