# Print output for @column tags ?> WebResourceError - Android SDK | Android Developers

Most visited


Recently visited


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

Public methods


getDescription

public abstract 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

public abstract 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

Browse this site in English?

You requested a page in English, but your language preference for this site is English.

Would you like to change your language preference and browse this site in English? If you want to change your language preference later, use the language menu at the bottom of each page.