CartErrorCode Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Types of cart error code.
[Newtonsoft.Json.JsonConverter(typeof(Microsoft.Store.PartnerCenter.Models.JsonConverters.EnumJsonConverter))]
public enum CartErrorCode
[<Newtonsoft.Json.JsonConverter(typeof(Microsoft.Store.PartnerCenter.Models.JsonConverters.EnumJsonConverter))>]
type CartErrorCode =
Public Enum CartErrorCode
- Inheritance
-
CartErrorCode
- Attributes
Fields
| AttestationNotAccepted | 10012 | Attestation has not been accepted. |
| BaseOfferSeatQuantityNotMet | 10018 | The base offer seat quantity has not been met to purchase the addon. |
| BillingPlanNotSupported | 10013 | Billing plan is not supported. |
| CatalogItemIdIsNotValid | 10001 | Catalog item id is not valid |
| CurrencyIsNotSupported | 10000 | Currency is not supported for given market |
| InvalidCustomTermEndDate | 10017 | The custom term end date is invalid. |
| InvalidCustomTermEndDateProduct | 10016 | Custom term end date can only be set for non-trial modern office products with a term duration. |
| InvalidInput | 10010 | Generic input is not valid. |
| InvalidPromotionId | 10014 | The caller passed an invalid promotionId. |
| InventoryNotAvailable | 10003 | Inventory is not available for selected offer |
| LegacyOfferNotEligibleForPurchase | 500600 | The legacy offer is no longer eligible for purchase. |
| MaxAllowedSeatsPerSubscriptionExceeded | 10015 | The desired seat count exceeded the maximum seat count allowed per subscription. |
| MinimumAddOnSeatsNotMet | 10019 | The minimum seats have not been met to purchase the addon. |
| ParticipantsIsNotSupportedForPartner | 10004 | Setting participants is not supported for Partner |
| QuotaNotAvailable | 10002 | Not enough quota available |
| SandboxLimitExceeded | 10009 | The sandbox limit has been exceeded. |
| SubscriptionIsNotEnabledForRI | 10008 | Subscription is not enabled for RI purchase. |
| SubscriptionIsNotValid | 10007 | Subscription is not valid. |
| SubscriptionNotRegistered | 10011 | The subscription is not registered. |
| UnableToProcessCartLineItem | 10006 | Unable to process cart line item. |
| Unknown | 0 | Default value |