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."],[[["This documentation details common errors encountered when using the Google Ad Manager API's LabelService."],["It provides a hierarchical structure of error types, starting with the base `ApiError` and branching into specific error categories like `CommonError` and `LabelError`."],["Each error type includes detailed descriptions and potential reasons for occurrence, helping developers troubleshoot issues."],["The `CommonError` enumeration offers insights into frequent issues like non-existent entities, duplicate entries, or unsupported operations."],["Developers can use this information to understand error responses and implement appropriate error handling in their applications."]]],["The content details various services and their associated common errors within the Ad Manager API (v202405). It lists services like AdRuleService, AdjustmentService, and many others, linking each to its respective CommonError documentation. The \"CommonError\" section outlines potential errors such as NOT_FOUND, ALREADY_EXISTS, CANNOT_UPDATE, and UNSUPPORTED_OPERATION. Additionally, it includes an enumeration of various error reasons. ApiError details contain information like fieldPath, fieldPathElements, trigger, and errorString.\n"]]