-
@Immutable() public final class WebViewErrorA wrapper class to hold errors from the WebView.
-
-
Field Summary
Fields Modifier and Type Field Description private final WebResourceRequestrequestprivate final WebResourceErrorerror
-
Constructor Summary
Constructors Constructor Description WebViewError(WebResourceRequest request, WebResourceError error)
-
Method Summary
Modifier and Type Method Description final WebResourceRequestgetRequest()The request the error came from. final WebResourceErrorgetError()The error that was reported. -
-
Constructor Detail
-
WebViewError
WebViewError(WebResourceRequest request, WebResourceError error)
-
-
Method Detail
-
getRequest
final WebResourceRequest getRequest()
The request the error came from.
-
getError
final WebResourceError getError()
The error that was reported.
-
-
-
-