Share via


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

Requirements Description
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.

Applies to