AI-generated Key Takeaways
-
CrossSellError lists all errors associated with cross selling in various services like ForecastService, InventoryService, LineItemCreativeAssociationService, LineItemService, LineItemTemplateService, and OrderService.
-
This error inherits from ApiError and includes fields like fieldPath, fieldPathElements, trigger, and errorString.
-
The CrossSellError specifically includes a
reasonfield with various enumeration values indicating specific cross-selling related issues, such as incorrect company type, issues with network changes, or feature enablement problems. -
Cross-selling errors can also be due to rule violations, categorized as either errors or warnings depending on the severity and whether warnings are suppressed.
-
The namespace for CrossSellError is
https://www.google.com/apis/ads/publisher/v202502.
Lists all errors associated with cross selling.
- Namespace
-
https://www.google.com/apis/ads/publisher/v202502
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
|