NEVpnError Enum

Definition

Enumeration of error conditions relating to the VPN configuration.

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 8, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 10, ObjCRuntime.PlatformArchitecture.All, null)]
public enum NEVpnError
type NEVpnError = 
Inheritance
NEVpnError
Attributes

Fields

ConfigurationDisabled 2

The VPN configuration was not enabled.

ConfigurationInvalid 1

The VPN configuration was not valid.

ConfigurationReadWriteFailed 5

The VPN configuration could either not be read from or written to.

ConfigurationStale 4

The VPN configuration was updated by another process after it was loaded.

ConfigurationUnknown 6

The VPN configuration was not recognized.

ConnectionFailed 3

The VPN connection failed.

Applies to