errorOnPageLoad

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

Called when an error occurs during page loading.

Parameters

url

The URL where the error occurred.

error

The Exception describing the error.