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 ContentBundleService for managing content bundles."],["This service allows you to perform operations related to content bundles, such as creating, updating, and retrieving them."],["Common errors that may occur when using this service are documented, including issues like entity not found, duplicate objects, and unsupported operations."],["The ContentBundleService is part of the Google Ad Manager API and uses a specific namespace for its operations."],["Detailed information about the service, including its fields and enumerations, is available in the provided documentation links."]]],["The content details various services within an ad management system, including `AdRuleService`, `AdjustmentService`, and `AudienceSegmentService`, among many others. These services handle tasks such as managing ads, audiences, content, and related settings. It defines a `CommonError` framework with reasons like `NOT_FOUND`, `ALREADY_EXISTS`, and `CANNOT_UPDATE` to standardize error reporting. Also, It presents an `ApiError` object which is composed by fields like `fieldPath`, `fieldPathElements`, `trigger`, and `errorString`, aiming to identify and expose the errors.\n"]]