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."],[[["This documentation details the `CreativeSetService` and its associated errors in Google Ad Manager."],["`CreativeSetService` allows management of creative sets, which are groupings of creatives used for serving."],["The service uses a namespace of `https://www.google.com/apis/ads/publisher/v202402`."],["Errors are categorized and may include issues like `NOT_FOUND`, `ALREADY_EXISTS`, or `CONCURRENT_MODIFICATION`, among others, inheriting from a base `ApiError` type."],["Key fields within errors include `fieldPath`, `trigger`, and `errorString` to help diagnose the issue."]]],["This document outlines various services within an ad management system, including `ActivityGroupService`, `AdRuleService`, `CreativeService`, and many others. It details the structure of `ApiError`, with fields like `fieldPath` and `errorString` to pinpoint issues. The `CommonError` section defines error reasons such as `NOT_FOUND`, `ALREADY_EXISTS`, `CANNOT_UPDATE`, and `UNSUPPORTED_OPERATION`. The common errors can be used by all the services, and are presented as an `Enumeration` list.\n"]]