public interface QDErrorHandler
Modifier and Type | Field and Description |
---|---|
static QDErrorHandler |
DEFAULT
Default error handler.
|
Modifier and Type | Method and Description |
---|---|
void |
handleDataError(DataProvider provider,
Throwable t) |
void |
handleSubscriptionError(SubscriptionProvider provider,
Throwable t) |
static final QDErrorHandler DEFAULT
log
, retrieves and ignores all the
data/subscription from the corresponding provider.void handleDataError(DataProvider provider, Throwable t)
void handleSubscriptionError(SubscriptionProvider provider, Throwable t)
Copyright © 2002-2019 Devexperts LLC. All Rights Reserved.