public final class NETunnelProviderError
extends java.lang.Object
Tunnel Provider error codes
| Modifier and Type | Field and Description |
|---|---|
static long |
Canceled
[@const] NETunnelProviderErrorNetworkSettingsCanceled The request to set/clear the tunnel network settings was canceled.
|
static long |
Failed
[@const] NETunnelProviderErrorNetworkSettingsFailed The request to set/clear the tunnel network settings failed.
|
static long |
Invalid
[@const] NETunnelProviderErrorNetworkSettingsInvalid The provided tunnel network settings are invalid.
|
public static final long Invalid
public static final long Canceled
public static final long Failed