StoreConsumableStatus Enum

Definition

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

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.

Succeeded 0

The request succeeded.

Remarks

The StoreConsumableResult.Status property returns StoreConsumableStatus values.

Applies to