java.lang.Object | |
↳ | com.tencent.smtt.export.external.interfaces.WebResourceError |
Encapsulates information about errors occured during loading of web resources. See
onReceivedError(WebView, WebResourceRequest, WebResourceError)
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
WebResourceError() |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
abstract CharSequence |
getDescription()
Gets the string describing the error.
| ||||||||||
abstract int |
getErrorCode()
Gets the error code of the error.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
|
Gets the string describing the error. Descriptions are localized, and thus can be used for communicating the problem to the user.
Gets the error code of the error. The code corresponds to one of the ERROR_* constants in WebViewClient.