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-08-20 UTC."],[[["CrossSellError objects encompass all errors related to cross-selling functionalities within Google Ad Manager."],["These errors often involve issues with company types, partner networks, missing features, invalid network codes, and rule violations during cross-selling operations."],["The `reason` field provides specific details about the type of CrossSellError encountered, aiding in troubleshooting and resolution."],["Companies involved in cross-selling need to be designated as partners, have valid network codes, and adhere to cross-selling rules to avoid these errors."]]],["The document outlines error types and services related to ad management. It details the `CrossSellError` and its possible `Reason` values, including `COMPANY_IS_NOT_DISTRIBUTION_PARTNER`, `CHANGING_PARTNER_NETWORK_IS_NOT_SUPPORTED`, and `DISTRIBUTOR_RULE_VIOLATION_ERROR`. Services like `CompanyService`, `ForecastService`, `InventoryService`, and `LineItemService` are mentioned, and `LineItemService` lists numerous specific errors related to different aspects of line items, indicating problems in ads management. The structure `ApiError` defines generic error details, such as `fieldPath` and `trigger`.\n"]]