rxdogtag / com.uber.rxdogtag / RxDogTagErrorReceiver
RxDogTagErrorReceiver¶
interface RxDogTagErrorReceiver
A marker type to indicate that RxDogTag’s decorating observers should try the onError() of the delegate of the observer that implements this.
Functions¶
| Name | Summary |
|---|---|
| onError | abstract fun onError(e:Throwable!):UnitCalled once if the deferred computation ‘throws’ an exception. |
Inheritors¶
| Name | Summary |
|---|---|
| RxDogTagTaggedExceptionReceiver | interface RxDogTagTaggedExceptionReceiver :RxDogTagErrorReceiverA marker type to indicate that RxDogTag’s should pass the decorated stacktrace to [` `](on-error.md). Note that this will always be tried directly, and no guarded delegate behavior will be attempted even ifRxDogTag.Builder#guardObserverCallbacks(boolean) is enabled in configuration. |