VpnManager.ErrorClassNotRecoverable Feld

Definition

Achtung

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

#EXTRA_ERROR_CLASS Codieren für einen nicht wiederherstellbaren Fehler.

[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

Feldwert

Value = 1
Attribute

Hinweise

#EXTRA_ERROR_CLASS Codieren für einen nicht wiederherstellbaren Fehler.

Dieser Fehler ist schwerwiegend, z. B. Konfigurationsfehler. Der Stapel wird die Verbindung nicht erneut versuchen.

Java Dokumentation für android.net.VpnManager.ERROR_CLASS_NOT_RECOVERABLE.

Teile dieser Seite sind Änderungen auf der Grundlage von Arbeiten, die von der Android Open Source Project erstellt und gemeinsam verwendet und gemäß den in der 2.5 Attribution License beschriebenen Begriffen verwendet werden.

Gilt für: