StoreServicesEngagementErrorCode enumeration
Defines error codes for a StoreServicesExperimentVariationResult or StoreServicesNotificationChannelRegistrationResult object.
Syntax
public enum class StoreServicesEngagementErrorCode
Members
The StoreServicesEngagementErrorCode enumeration has these members.
| Member | Value | Description |
|---|---|---|
| None | none | 0 |
The action succeeded. |
| NetworkConnectionFailure | networkConnectionFailure | 1 |
A connection to the network could not be established. |
| ServerSideError | serverSideError | 3 |
A Windows Dev Center server error has occurred. |
| InvalidServerResponse | invalidServerResponse | 4 |
The server response contained invalid data. |
| Other | other | 5 |
The error cannot be classified as one of the known errors. |
| Unknown | unknown | 6 |
An exception occurred but the state or cause cannot be determined. |
| Canceled | canceled | 7 |
The action was canceled. |
| FileOperationFailure | fileOperationFailure | 8 |
An error occurred while performing a file operation. |
| ValidationFailure | validationFailure | 9 |
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 |
|
|
Metadata |
|
Attributes
- [Version]