AI-generated Key Takeaways
-
CrossSellError is a type of error found in the LineItemService and other services related to cross selling functionalities.
-
It inherits properties from ApiError such as field path, trigger data, and a string representation of the error.
-
The CrossSellError has a
reason
field which is an enumeration detailing specific issues related to cross selling, such as invalid company types, network conflicts, missing features, or rule violations. -
Specific reasons for CrossSellError range from issues with the distribution partner company type and network codes to conflicts with ad unit names and the enabling of cross-sell publisher features.
-
Some CrossSellErrors represent violations of rules defined by the cross selling distributor, which can be either errors or warnings that may be suppressed under certain conditions.
Lists all errors associated with cross selling.
- Namespace
-
https://www.google.com/apis/ads/publisher/v202508
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
|