VpnManager.ErrorClassRecoverable 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 wiederherstellbaren Fehler.

[Android.Runtime.Register("ERROR_CLASS_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 ErrorClassRecoverable = 2;
[<Android.Runtime.Register("ERROR_CLASS_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 ErrorClassRecoverable : Android.Net.VpnErrorClass

Feldwert

Value = 2
Attribute

Hinweise

#EXTRA_ERROR_CLASS Codieren für einen wiederherstellbaren Fehler.

Bei dem Stapel ist ein Fehler aufgetreten, es wird jedoch mit exponentiellem Backoff wiederholt, z. B. Netzwerktimeout.

Java Dokumentation für android.net.VpnManager.ERROR_CLASS_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: