Android APIs
public abstract class

WebResourceError

extends Object
java.lang.Object
   ↳ android.webkit.WebResourceError

Class Overview

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.
[Expand]
Inherited Methods
From class java.lang.Object

Public Methods

public abstract CharSequence getDescription ()

Added in API level 23

Gets the string describing the error. Descriptions are localized, and thus can be used for communicating the problem to the user.

Returns
  • The description of the error

public abstract int getErrorCode ()

Added in API level 23

Gets the error code of the error. The code corresponds to one of the ERROR_* constants in WebViewClient.

Returns
  • The error code of the error