Encapsulates information about errors occured during loading of web resources. More...
Inherits BBWebResourceErrorImpl.
Public Member Functions | |
| int | getErrorCode () |
| Gets the error code of the error. More... | |
| CharSequence | getDescription () |
| Gets the string describing the error. More... | |
| int getErrorCode | ( | ) |
The code corresponds to one of the ERROR_* constants in WebViewClient
| CharSequence getDescription | ( | ) |
Descriptions are localized, and thus can be used for communicating the problem to the user.