errorOnWebpage

abstract fun errorOnWebpage(url: URL, error: Exception)

Called when an error occurs on a loaded webpage.

Parameters

url

The URL where the error occurred.

error

The Exception describing the error.