WebViewError

data class WebViewError(val request: WebResourceRequest?, val error: WebResourceError)

A wrapper class to hold errors from the WebView.

NOTE: This class is a modified version of the original Accompanist WebView error handling class.

This class helps track errors that occur during the loading of web resources within the WebView.

Constructors

Link copied to clipboard
constructor(request: WebResourceRequest?, error: WebResourceError)

Properties

Link copied to clipboard

The error that was reported.

Link copied to clipboard

The request the error came from.