NEVpnError 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.
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
Name | Value | Description |
---|---|---|
ConfigurationInvalid | 1 | The VPN configuration was not valid. |
ConfigurationDisabled | 2 | The VPN configuration was not enabled. |
ConnectionFailed | 3 | The VPN connection failed. |
ConfigurationStale | 4 | The VPN configuration was updated by another process after it was loaded. |
ConfigurationReadWriteFailed | 5 | The VPN configuration could either not be read from or written to. |
ConfigurationUnknown | 6 | The VPN configuration was not recognized. |