TWSViewError

sealed class TWSViewError

A wrapper class to hold errors from the TWSView.

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.

Inheritors

Types

Link copied to clipboard
class InitialLoadError(val error: Exception, val request: Request?) : TWSViewError
Link copied to clipboard