Package apple.networkextension.enums
Class NETunnelProviderError
- java.lang.Object
-
- apple.networkextension.enums.NETunnelProviderError
-
public final class NETunnelProviderError extends java.lang.Object[@typedef] NETunnelProviderError Tunnel Provider error codes
-
-
Field Summary
Fields Modifier and Type Field Description static longCanceled[@const] NETunnelProviderErrorNetworkSettingsCanceled The request to set/clear the tunnel network settings was canceled.static longFailed[@const] NETunnelProviderErrorNetworkSettingsFailed The request to set/clear the tunnel network settings failed.static longInvalid[@const] NETunnelProviderErrorNetworkSettingsInvalid The provided tunnel network settings are invalid.
-
-
-
Field Detail
-
Invalid
public static final long Invalid
[@const] NETunnelProviderErrorNetworkSettingsInvalid The provided tunnel network settings are invalid.- See Also:
- Constant Field Values
-
Canceled
public static final long Canceled
[@const] NETunnelProviderErrorNetworkSettingsCanceled The request to set/clear the tunnel network settings was canceled.- See Also:
- Constant Field Values
-
Failed
public static final long Failed
[@const] NETunnelProviderErrorNetworkSettingsFailed The request to set/clear the tunnel network settings failed.- See Also:
- Constant Field Values
-
-