VpnManager.ErrorClassNotRecoverable Field

Definition

Caution

This constant will be removed in the future version. Use Android.Net.VpnErrorClass enum directly instead of this field.

#EXTRA_ERROR_CLASS coding for a non-recoverable error.

[Android.Runtime.Register("ERROR_CLASS_NOT_RECOVERABLE", ApiSince=33)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Net.VpnErrorClass enum directly instead of this field.", true)]
public const Android.Net.VpnErrorClass ErrorClassNotRecoverable = 1;
[<Android.Runtime.Register("ERROR_CLASS_NOT_RECOVERABLE", ApiSince=33)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Net.VpnErrorClass enum directly instead of this field.", true)>]
val mutable ErrorClassNotRecoverable : Android.Net.VpnErrorClass

Field Value

Value = 1
Attributes

Remarks

#EXTRA_ERROR_CLASS coding for a non-recoverable error.

This error is fatal, e.g. configuration error. The stack will not retry connection.

Java documentation for android.net.VpnManager.ERROR_CLASS_NOT_RECOVERABLE.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to