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's `MobileApplicationService` enables management of mobile applications."],["`CommonError` is a base error type that provides common error reasons across various services."],["Errors can arise from issues like non-existent entities, attempts to create duplicates, or unsupported operations."],["The `reason` field within `CommonError` provides specific details about the nature of the error."],["Developers can use the provided error information to troubleshoot and resolve issues in their API interactions."]]],["This document outlines various services within an ad management API, including `AdRuleService`, `AdjustmentService`, `AudienceSegmentService`, and many more. It details the `CommonError` type, which is a shared error class. The `CommonError` contains a `reason` field with possible values such as `NOT_FOUND`, `ALREADY_EXISTS`, `CANNOT_UPDATE`, and others. There is also an `ApiError` class and describes fields `fieldPath`, `fieldPathElements`, `trigger`, and `errorString`.\n"]]