ClientError Enum

Definition

Enumerates values returned by several methods of ClientError and taken as a parameter of the F:Android.Webkit.WebViewClient.OnReceivedError member.

public enum ClientError
type ClientError = 
Inheritance
ClientError

Fields

Authentication -4
BadUrl -12
Connect -6
FailedSslHandshake -11
File -13
FileNotFound -14
HostLookup -2
Io -7
ProxyAuthentication -5
RedirectLoop -9
Timeout -8
TooManyRequests -15
Unknown -1
UnsafeResource -16
UnsupportedAuthScheme -3
UnsupportedScheme -10

Remarks

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