AI-generated Key Takeaways
-
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
orDISTRIBUTOR_RULE_VIOLATION_ERROR
, offering specific insights into the cause of the error.
Lists all errors associated with cross selling.
- Namespace
-
https://www.google.com/apis/ads/publisher/v202411
Field |
|
---|---|
ApiError (inherited)
|
|
|
The OGNL field path to identify cause of error. |
|
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)}. |
|
The data that caused the error. |
|
A simple string representation of the error and reason. |
CrossSellError
|
|
|
The error reason represented by an enum. Enumerations
|