StoreServicesEngagementErrorCode 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 error codes for a StoreServicesExperimentVariationResult or StoreServicesNotificationChannelRegistrationResult object.
public enum class StoreServicesEngagementErrorCode
/// [Windows.Foundation.Metadata.Version(1)]
enum class StoreServicesEngagementErrorCode
[Windows.Foundation.Metadata.Version(1)]
public enum StoreServicesEngagementErrorCode
var value = Microsoft.Services.Store.Engagement.StoreServicesEngagementErrorCode.none
Public Enum StoreServicesEngagementErrorCode
- Inheritance
-
StoreServicesEngagementErrorCode
- Attributes
Additional features and requirements
Software Development Kit | |
Minimum supported OS |
Windows 10 (10.0.10240.0)
|
Fields
Name | Value | Description |
---|---|---|
None | 0 | The action succeeded. |
NetworkConnectionFailure | 1 | A connection to the network could not be established. |
ServerSideError | 3 | A Partner Center server error has occurred. |
InvalidServerResponse | 4 | The server response contained invalid data. |
Other | 5 | The error cannot be classified as one of the known errors. |
Unknown | 6 | An exception occurred but the state or cause cannot be determined. |
Canceled | 7 | The action was canceled. |
FileOperationFailure | 8 | An error occurred while performing a file operation. |
ValidationFailure | 9 | An error occurred during validation of the server payload. |