StoreConsumableStatus
StoreConsumableStatus
StoreConsumableStatus
StoreConsumableStatus
Enum
Definition
Defines values that represent the status of an request that is related to a consumable add-on.
public : enum class StoreConsumableStatuspublic enum StoreConsumableStatusPublic Enum StoreConsumableStatus// You can use this enum in JavaScript.
- Attributes
Windows 10 requirements
| Device family |
Windows 10 Anniversary Edition (introduced v10.0.14393.0)
|
| API contract |
Windows.Services.Store.StoreContract (introduced v1)
|
Fields
| InsufficentQuantity InsufficentQuantity InsufficentQuantity InsufficentQuantity | The request did not succeed because the remaining balance of the consumable add-on is too low. |
| NetworkError NetworkError NetworkError NetworkError | The request did not succeed because of a network connectivity error. |
| ServerError ServerError ServerError ServerError | The request did not succeed because of a server error returned by the Windows Store. |
| Succeeded Succeeded Succeeded Succeeded | The request succeeded. |
Remarks
The StoreConsumableResult.Status property returns StoreConsumableStatus values.