StoreServicesEngagementErrorCode enumeration

StoreServicesEngagementErrorCode enumeration

Defines error codes for a StoreServicesExperimentVariationResult or StoreServicesNotificationChannelRegistrationResult object.

Syntax


public enum class StoreServicesEngagementErrorCode

Members

The StoreServicesEngagementErrorCode enumeration has these members.

MemberValueDescription
None | none0

The action succeeded.

NetworkConnectionFailure | networkConnectionFailure1

A connection to the network could not be established.

ServerSideError | serverSideError3

A Windows Dev Center server error has occurred.

InvalidServerResponse | invalidServerResponse4

The server response contained invalid data.

Other | other5

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

Unknown | unknown6

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

Canceled | canceled7

The action was canceled.

FileOperationFailure | fileOperationFailure8

An error occurred while performing a file operation.

ValidationFailure | validationFailure9

An error occurred during validation of the server payload.

Remarks

This type is available in the Microsoft Store Services SDK.

Requirements

Minimum supported client

Windows 10

Minimum supported server

None supported

Minimum supported phone

Windows 10 Mobile

Namespace

Microsoft.Services.Store.Engagement
Microsoft::Services::Store::Engagement [C++]

Metadata

Microsoft.Services.Store.Engagement.winmd

Attributes

[Version]

 

 

Show:
© 2017 Microsoft