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."],[[["The content outlines common errors encountered across Google Ad Manager services, focusing on the `CreativeService`."],["Errors are categorized and include details like `fieldPath`, `trigger`, and `errorString` for debugging."],["`CommonError` reasons provide specific explanations for issues like non-existent entities or unsupported operations."],["The `CreativeService` inherits from `ApiError` and lists numerous potential errors related to creative management."],["The namespace for these errors is `https://www.google.com/apis/ads/publisher/v202402`."]]],["This document outlines various services within an ad management system, including `ActivityGroupService`, `CreativeService`, `ForecastService`, and `ReportService`. It details common error types like `ApiError` and `CommonError`, with specific subtypes such as `AuthenticationError` and `QuotaError`. Key actions involve managing activities, creatives, forecasts, reports, and other aspects of ad operations. `CommonError` enumerations cover scenarios like `NOT_FOUND`, `ALREADY_EXISTS`, `CANNOT_UPDATE`, and `UNSUPPORTED_OPERATION`. These errors also provide info on the `fieldPath`, `trigger` and `errorString`.\n"]]