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 documentation details `CommonError`, a place for common errors used across Google Ad Manager services."],["`CommonError` inherits from `ApiError` and provides a `reason` field with specific error types like `NOT_FOUND` or `ALREADY_EXISTS`."],["The `reason` field helps identify the cause of the error encountered within Ad Manager, offering insights for troubleshooting."],["This error structure, using `ApiError` as a base and detailing reasons via `CommonError`, promotes consistent error handling across services."],["Developers can leverage the information provided in the `reason` field to understand and address common errors encountered when using Ad Manager APIs."]]],["This document outlines the structure and details of various services and error types within an ad management API (v202408). It lists services like `AdRuleService`, `CompanyService`, `ForecastService`, and many others related to ad management operations. It also defines a set of `CommonError` types, including `NOT_FOUND`, `ALREADY_EXISTS`, and `UNSUPPORTED_OPERATION`, and a list of `ApiError` attributes. This information provides a framework for managing ads and handling potential errors during API interactions.\n"]]