• BlackBerry Dynamics
  • Runtime library for Android applications
  • 12.0.1.79
BBWebResourceError Class Reference

Encapsulates information about errors occured during loading of web resources. More...

Inherits BBWebResourceErrorImpl.

Description

Public Member Functions

int getErrorCode ()
 Gets the error code of the error. More...
 
CharSequence getDescription ()
 Gets the string describing the error. More...
 

Member Function Documentation

◆ getErrorCode()

int getErrorCode ( )

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

Returns
The error code of the error

◆ getDescription()

CharSequence getDescription ( )

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

Returns
The description of the error