rxdogtag / com.uber.rxdogtag / RxDogTagErrorReceiver / onError
onError¶
abstract fun onError(e:Throwable!):Unit
Called once if the deferred computation ‘throws’ an exception.
Parameters¶
e - Throwable!: the exception, not null.
rxdogtag / com.uber.rxdogtag / RxDogTagErrorReceiver / onError
abstract fun onError(e:Throwable!):Unit
Called once if the deferred computation ‘throws’ an exception.
e - Throwable!: the exception, not null.