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."],[[["`CrossSellError` objects encompass reasons for cross-selling failures in Google Ad Manager."],["Companies involved in cross-selling must be of the correct type (PARTNER) and have specific features enabled."],["Errors can relate to company status, network configurations, partner names, and rule violations."],["Some rule violations are considered warnings, which can optionally be ignored by the content partner."],["`CrossSellError` inherits from `ApiError`, providing further information on error context."]]],["This document outlines error types and services related to cross-selling in an ad management system. Key services include `CompanyService`, `ForecastService`, `InventoryService`, and others. It details the inheritance of `ApiError` and its subclasses, such as `AdUnitCodeError`, `AuthenticationError`, and `ForecastError`. `CrossSellError`, a specific error type, includes reasons like `COMPANY_IS_NOT_DISTRIBUTION_PARTNER` and `INVALID_CONTENT_PROVIDER_NETWORK`, signaling issues with cross-sell partnerships and configurations. The document defines how these errors are structured, including fields like `fieldPath` and `errorString`, and outlines enumerations for error reasons.\n"]]