WebResourceError
public
abstract
class
WebResourceError
extends Object
| java.lang.Object | |
| ↳ | android.webkit.WebResourceError |
Encapsulates information about errors occured during loading of web resources. See
WebViewClient.onReceivedError(WebView, WebResourceRequest, WebResourceError)
Summary
Public methods | |
|---|---|
abstract
CharSequence
|
getDescription()
Gets the string describing the error. |
abstract
int
|
getErrorCode()
Gets the error code of the error. |
Inherited methods | |
|---|---|
From
class
java.lang.Object
| |
Public methods
getDescription
CharSequence getDescription ()
Gets the string describing the error. Descriptions are localized, and thus can be used for communicating the problem to the user.
| Returns | |
|---|---|
CharSequence |
The description of the error |
getErrorCode
int getErrorCode ()
Gets the error code of the error. The code corresponds to one
of the ERROR_* constants in WebViewClient.
| Returns | |
|---|---|
int |
The error code of the error |
Annotations
Interfaces
Classes
- ClientCertRequest
- ConsoleMessage
- CookieManager
- CookieSyncManager
- DateSorter
- GeolocationPermissions
- HttpAuthHandler
- JsPromptResult
- JsResult
- MimeTypeMap
- PermissionRequest
- ServiceWorkerClient
- ServiceWorkerController
- ServiceWorkerWebSettings
- SslErrorHandler
- URLUtil
- WebBackForwardList
- WebChromeClient
- WebChromeClient.FileChooserParams
- WebHistoryItem
- WebIconDatabase
- WebMessage
- WebMessagePort
- WebMessagePort.WebMessageCallback
- WebResourceError
- WebResourceResponse
- WebSettings
- WebStorage
- WebStorage.Origin
- WebView
- WebView.HitTestResult
- WebView.VisualStateCallback
- WebView.WebViewTransport
- WebViewClient
- WebViewDatabase
- WebViewFragment
Enums


