RemoteSystemWatcherError Enum

Definition

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

AuthenticationError 2

Discovery of cloud remote systems for a web account failed because authentication of that web account failed.

InternetNotAvailable 1

Discovery of cloud remote systems failed because Internet connection was lost or is unavailable.

Unknown 0

Discovery stopped for an unknown reason.

Applies to