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-05-15 UTC."],[[["The Google Ad Manager API provides a `CommonError` object that encapsulates frequent errors encountered across various services."],["`CommonError` details include a `reason` field with specific error codes like `NOT_FOUND`, `ALREADY_EXISTS`, or `CONCURRENT_MODIFICATION` to help diagnose issues."],["Developers can utilize the provided error information, such as `reason`, `fieldPath`, and `trigger`, to understand and resolve API request failures."],["Each service, like `CreativeService` or `OrderService`, inherits from `ApiError` and its child `CommonError` to manage common error scenarios."],["The documentation outlines a hierarchy of errors, with `CommonError` being a general type and services defining more specific error subtypes for their operations."]]],["This document outlines services and error types within an ad management API (v202405). It details various services like `AdRuleService`, `CreativeService`, `ForecastService`, `ReportService`, and many more, all with associated potential `CommonError` types. Core error information includes `ApiError` with details like `fieldPath`, `trigger`, and `errorString`. The `CommonError` enumeration lists reasons such as `NOT_FOUND`, `ALREADY_EXISTS`, `CANNOT_UPDATE`, and `UNSUPPORTED_OPERATION`, indicating the nature of errors encountered.\n"]]