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 page provides a comprehensive list of common errors that can occur across various Google Ad Manager services."],["Each error is categorized by its service area (e.g., ActivityGroupService, NetworkService) and includes a detailed description and potential solutions."],["The `CommonError` section outlines the specific reasons for errors, such as `NOT_FOUND`, `ALREADY_EXISTS`, or `CONCURRENT_MODIFICATION`, aiding in troubleshooting."],["Developers can utilize this resource to understand the meaning of error codes and implement appropriate error handling mechanisms in their applications."],["The inheritance section illustrates the hierarchy of errors, with `CommonError` being the base for many specific error types."]]],["The document outlines various services within an ad management system, including Activity, AdRule, AudienceSegment, Content, Creative, Forecast, Inventory, LineItem, and Network services. It defines common error types like `ApiError`, and `CommonError`, with reasons such as `NOT_FOUND`, `ALREADY_EXISTS`, `CANNOT_UPDATE`, and `UNSUPPORTED_OPERATION`. The structure includes fields like `fieldPath`, `trigger`, and `errorString` for error identification, alongside `CommonError` reasons for describing specific issues encountered during service interactions.\n"]]