VpnManagementErrorStatus VpnManagementErrorStatus VpnManagementErrorStatus VpnManagementErrorStatus Enum

Definition

Describes the known VPN management errors.

public : enum class VpnManagementErrorStatuspublic enum VpnManagementErrorStatusPublic Enum VpnManagementErrorStatus// You can use this enum in JavaScript.
Attributes
Windows 10 requirements
Device family
Windows 10 (introduced v10.0.10240.0)
API contract
Windows.Foundation.UniversalApiContract (introduced v1)
Capabilities
networkingVpnProvider

Fields

AccessDenied AccessDenied AccessDenied AccessDenied

Access is denied.

AlreadyConnected AlreadyConnected AlreadyConnected AlreadyConnected

The connection already exists.

AlreadyDisconnecting AlreadyDisconnecting AlreadyDisconnecting AlreadyDisconnecting

The connection is in the process of being disconnected.

CannotFindProfile CannotFindProfile CannotFindProfile CannotFindProfile

A specified profile cannot be found.

CertificateFailure CertificateFailure CertificateFailure CertificateFailure

Certificate authentication has failed.

DnsNotResolvable DnsNotResolvable DnsNotResolvable DnsNotResolvable

A given hostname was not resolvable through the available DNS.

EapFailure EapFailure EapFailure EapFailure

EAP authentication has failed.

GeneralAuthenticationFailure GeneralAuthenticationFailure GeneralAuthenticationFailure GeneralAuthenticationFailure

Connection failed during authentication. No further details available.

InvalidIP InvalidIP InvalidIP InvalidIP

A given IP address was invalid.

InvalidXmlSyntax InvalidXmlSyntax InvalidXmlSyntax InvalidXmlSyntax

Invalid XML syntax

NoConnection NoConnection NoConnection NoConnection

No internet connection is available.

Ok Ok Ok Ok

No error.

Other Other Other Other

Other

ProfileInvalidAppId ProfileInvalidAppId ProfileInvalidAppId ProfileInvalidAppId

The app id is invalid.

ProfileNameTooLong ProfileNameTooLong ProfileNameTooLong ProfileNameTooLong

The profile name is too long.

ServerConfiguration ServerConfiguration ServerConfiguration ServerConfiguration

The server configuration is invalid.

ServerConnection ServerConnection ServerConnection ServerConnection

Can't connect to the server.

SmartCardFailure SmartCardFailure SmartCardFailure SmartCardFailure

Smart Card authentication has failed.

UserNamePassword UserNamePassword UserNamePassword UserNamePassword

User name/password authentication has failed.