Class NETunnelProviderError


  • public final class NETunnelProviderError
    extends java.lang.Object
    [@typedef] NETunnelProviderError Tunnel Provider error codes
    • Field Summary

      Fields 
      Modifier and Type Field 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.
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 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