onError

fun onError(onError: (Throwable) -> Unit)

Set lambda which is called when onError on internal Observable is called

Parameters

onError

Lambda called when onError is emitted.