StoreConsumableStatus 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.
Defines values that represent the status of an request that is related to a consumable add-on.
public enum class StoreConsumableStatus
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Services.Store.StoreContract, 65536)]
enum class StoreConsumableStatus
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Services.Store.StoreContract), 65536)]
public enum StoreConsumableStatus
var value = Windows.Services.Store.StoreConsumableStatus.succeeded
Public Enum StoreConsumableStatus
- Inheritance
-
StoreConsumableStatus
- Attributes
Windows requirements
Device family |
Windows 10 Anniversary Edition (introduced in 10.0.14393.0)
|
API contract |
Windows.Services.Store.StoreContract (introduced in v1.0)
|
Fields
Name | Value | Description |
---|---|---|
Succeeded | 0 | The request succeeded. |
InsufficentQuantity | 1 | The request did not succeed because the remaining balance of the consumable add-on is too low. |
NetworkError | 2 | The request did not succeed because of a network connectivity error. |
ServerError | 3 | The request did not succeed because of a server error returned by the Microsoft Store. |
Remarks
The StoreConsumableResult.Status property returns StoreConsumableStatus values.