RemoteSystemWatcherError 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.
Contains values that describe a watcher error, which may stop discovery.
public enum class RemoteSystemWatcherError
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 393216)]
enum class RemoteSystemWatcherError
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 393216)]
public enum RemoteSystemWatcherError
var value = Windows.System.RemoteSystems.RemoteSystemWatcherError.unknown
Public Enum RemoteSystemWatcherError
- Inheritance
-
RemoteSystemWatcherError
- Attributes
Windows requirements
Device family |
Windows 10, version 1803 (introduced in 10.0.17134.0)
|
API contract |
Windows.Foundation.UniversalApiContract (introduced in v6.0)
|
Fields
Name | Value | Description |
---|---|---|
Unknown | 0 | Discovery stopped for an unknown reason. |
InternetNotAvailable | 1 | Discovery of cloud remote systems failed because Internet connection was lost or is unavailable. |
AuthenticationError | 2 | Discovery of cloud remote systems for a web account failed because authentication of that web account failed. |