NetworkException.ErrorOther Campo

Definición

Precaución

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

Código de error que indica otro tipo de error.

[Android.Runtime.Register("ERROR_OTHER", 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 ErrorOther = 11;
[<Android.Runtime.Register("ERROR_OTHER", 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 ErrorOther : Android.Net.Http.NetworkExceptionErrorReason

Valor de campo

Value = 11
Atributos

Comentarios

Código de error que indica otro tipo de error.

Java documentación para android.net.http.NetworkException.ERROR_OTHER.

Las partes de esta página son modificaciones basadas en el trabajo creado y compartido por el Android y se usan según los términos descritos en creative Creative Commons 2.5 Attribution License.

Se aplica a