-
@Immutable()@Deprecated(message = accompanist/web is deprecated and the API is no longer maintained. We recommend forking the implementation and customising it to your needs. For more information please visit https://google.github.io/accompanist/web ) public final class WebViewError
A 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.
-
-
-
-