StoreServicesEngagementErrorCode Enum

Definition

public enum class StoreServicesEngagementErrorCode
enum StoreServicesEngagementErrorCode
[Windows.Foundation.Metadata.Version(1)]
public enum StoreServicesEngagementErrorCode
var value = Microsoft.Services.Store.Engagement.StoreServicesEngagementErrorCode.none
Public Enum StoreServicesEngagementErrorCode
Inheritance
System.Enum
StoreServicesEngagementErrorCode
Attributes

Additional features and requirements

Software Development Kit
Minimum supported OS
Windows 10 (10.0.10240.0)

Fields

Canceled 7

The action was canceled.

FileOperationFailure 8

An error occurred while performing a file operation.

InvalidServerResponse 4

The server response contained invalid data.

NetworkConnectionFailure 1

A connection to the network could not be established.

None 0

The action succeeded.

Other 5

The error cannot be classified as one of the known errors.

ServerSideError 3

A Partner Center server error has occurred.

Unknown 6

An exception occurred but the state or cause cannot be determined.

ValidationFailure 9

An error occurred during validation of the server payload.

Applies to