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-11-19 UTC."],[[["CrossSellError objects encompass a range of errors related to cross-selling functionalities within Google Ad Manager."],["These errors can arise from issues like invalid company types for cross-sell partners, conflicts with partner names or network codes, missing publisher features, or violations of distributor rules."],["CrossSellError objects inherit properties from ApiError for providing context about the error, such as field path, trigger data, and error messages."],["Reasons for CrossSellErrors are categorized through the CrossSellError.Reason enum, which includes values like `COMPANY_IS_NOT_DISTRIBUTION_PARTNER` or `DISTRIBUTOR_RULE_VIOLATION_ERROR`, offering specific insights into the cause of the error."]]],["This document outlines error handling for cross-selling within an ad management system. It details the `CrossSellError` class, which inherits from `ApiError`, and its associated error reasons. These reasons include issues like an incorrect company type, unsupported network code changes, missing partner names, invalid network configurations, rule violations by line items, and feature availability discrepancies. The errors are categorized with specific `Reasons`, like `COMPANY_IS_NOT_DISTRIBUTION_PARTNER` or `INVALID_CONTENT_PROVIDER_NETWORK`.\n"]]