onError

abstract fun onError(componentError: ComponentError)

The component has encountered an error. Use ComponentError.exception to get the internal exception.

Parameters

componentError

The error encountered.