Sprache

NetworkException.ErrorQuicProtocolFailed Feld

Definition

Achtung

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

Fehlercode, der einen Fehler im Zusammenhang mit dem QUIC-Protokoll angibt.

[Android.Runtime.Register("ERROR_QUIC_PROTOCOL_FAILED", ApiSince=34)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Net.Http.NetworkExceptionErrorReason enum directly instead of this field.", true)]
public const Android.Net.Http.NetworkExceptionErrorReason ErrorQuicProtocolFailed = 10;
[<Android.Runtime.Register("ERROR_QUIC_PROTOCOL_FAILED", ApiSince=34)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Net.Http.NetworkExceptionErrorReason enum directly instead of this field.", true)>]
val mutable ErrorQuicProtocolFailed : Android.Net.Http.NetworkExceptionErrorReason

Feldwert

Value = 10
Attribute

Hinweise

Fehlercode, der einen Fehler im Zusammenhang mit dem QUIC-Protokoll angibt. Wenn #getErrorCode dieser Code zurückgegeben wird, kann diese Ausnahme für weitere Informationen in QuicException die Datei umwandeln.

Java Dokumentation für android.net.http.NetworkException.ERROR_QUIC_PROTOCOL_FAILED.

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: