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."],[[["This documentation details the `CreativeSetService` and its associated errors in Google Ad Manager."],["`CreativeSetService` allows management of creative sets, which group creatives for serving."],["The `CommonError` section outlines reasons for common errors across Google Ad Manager services."],["These errors can include issues like non-existent entities, unsupported operations, or concurrent modifications."],["Developers can use the provided error reasons and field paths to debug and resolve issues."]]],["This document outlines various services and common errors within an ad management API, version 202405. It lists numerous services like AdRuleService, AdjustmentService, and CreativeService. The document details the structure of `ApiError`, with fields for `fieldPath`, `fieldPathElements`, `trigger`, and `errorString`, as well as a `CommonError` that can occur. CommonError.Reason can be: `NOT_FOUND`, `ALREADY_EXISTS`, `NOT_APPLICABLE`, `DUPLICATE_OBJECT`, `CANNOT_UPDATE`, `UNSUPPORTED_OPERATION`, `CONCURRENT_MODIFICATION`, or `UNKNOWN`.\n"]]