Package apple.networkextension.enums
Class NEVPNError
- java.lang.Object
-
- apple.networkextension.enums.NEVPNError
-
public final class NEVPNError extends java.lang.Object[@typedef] NEVPNError VPN error codes
-
-
Field Summary
Fields Modifier and Type Field Description static longConfigurationDisabled[@const] NEVPNErrorConfigurationDisabled The VPN configuration is not enabled.static longConfigurationInvalid[@const] NEVPNErrorConfigurationInvalid The VPN configuration is invalidstatic longConfigurationReadWriteFailed[@const] NEVPNErrorConfigurationReadWriteFailed The VPN configuration cannot be read from or written to disk.static longConfigurationStale[@const] NEVPNErrorConfigurationStale The VPN configuration is stale and needs to be loaded.static longConfigurationUnknown[@const] NEVPNErrorConfigurationUnknown An unknown configuration error occurred.static longConnectionFailed[@const] NEVPNErrorConnectionFailed The connection to the VPN server failed.
-
-
-
Field Detail
-
ConfigurationInvalid
public static final long ConfigurationInvalid
[@const] NEVPNErrorConfigurationInvalid The VPN configuration is invalid- See Also:
- Constant Field Values
-
ConfigurationDisabled
public static final long ConfigurationDisabled
[@const] NEVPNErrorConfigurationDisabled The VPN configuration is not enabled.- See Also:
- Constant Field Values
-
ConnectionFailed
public static final long ConnectionFailed
[@const] NEVPNErrorConnectionFailed The connection to the VPN server failed.- See Also:
- Constant Field Values
-
ConfigurationStale
public static final long ConfigurationStale
[@const] NEVPNErrorConfigurationStale The VPN configuration is stale and needs to be loaded.- See Also:
- Constant Field Values
-
ConfigurationReadWriteFailed
public static final long ConfigurationReadWriteFailed
[@const] NEVPNErrorConfigurationReadWriteFailed The VPN configuration cannot be read from or written to disk.- See Also:
- Constant Field Values
-
ConfigurationUnknown
public static final long ConfigurationUnknown
[@const] NEVPNErrorConfigurationUnknown An unknown configuration error occurred.- See Also:
- Constant Field Values
-
-