handle General Errors
fun <T : Any> Single<T>.handleGeneralErrors(baseRetry: BaseRetry? = HttpRetryImpl()): Single<T>
Content copied to clipboard
fun Completable.handleGeneralErrors(baseRetry: BaseRetry? = HttpRetryImpl()): Completable
Content copied to clipboard