CartErrorCode Enum
- java.
lang. Object - java.
lang. Enum - com.
microsoft. store. partnercenter. models. carts. CartErrorCode
- com.
- java.
public enum CartErrorCode extends Enum<CartErrorCode>
Types of cart error code.
Fields
| CATALOG_ITEM_ID_IS_NOT_VALID |
Catalog item id is not valid |
| CURRENCY_IS_NOT_SUPPORTED |
Currency is not supported for given market |
| INVENTORY_NOT_AVAILABLE |
Inventory is not available for selected offer |
| PARTICIPANTS_IS_NOT_SUPPORTED_FOR_PARTNER |
Setting participants is not supported for Partner |
| QUOTA_NOT_AVAILABLE |
Not enough quota available |
| SANDBOX_LIMIT_EXCEEDED |
The sandbox limit has been exceeded. |
| SUBSCRIPTION_IS_NOT_ENABLED_FOR_RI |
Subscription is not enabled for RI purchase. |
| SUBSCRIPTION_IS_NOT_VALID |
Subscription is not valid. |
| UNABLE_TO_PROCESS_CART_LINE_ITEM |
Unable to process cart line item. |
| UNKNOWN |
Default value |
Inherited Members
Methods
intValue()
public int intValue()
Returns
valueOf(int i)
valueOf(String name)
public static CartErrorCode valueOf(String name)
Parameters
- name
- java.lang.String