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 ContentBundleService manages content bundles within Google Ad Manager."],["Common errors may occur during interactions with the ContentBundleService, such as entities not found or already existing."],["These errors are categorized by reasons like `NOT_FOUND`, `ALREADY_EXISTS`, and others, providing specific context for troubleshooting."],["The `CommonError` object includes details like `reason`, `fieldPath`, and `errorString` to help diagnose and resolve issues."],["Developers can utilize this information to handle errors effectively when working with the ContentBundleService API."]]],["This document outlines various services within an ad management system, including `ActivityGroupService`, `AdRuleService`, `ContentService`, and many others. It details the structure of `ApiError`, with fields like `fieldPath` and `trigger`, to pinpoint error causes. The `CommonError` lists common issues, such as `NOT_FOUND`, `ALREADY_EXISTS`, `CANNOT_UPDATE`, and `UNSUPPORTED_OPERATION`. The services also contain various errors like `ApiVersionError`, `AuthenticationError`, and `QuotaError` and an exhaustive list of errors that may occur.\n"]]