the problem I have is that `.onErrorReturn { error...
# rx
a
the problem I have is that
.onErrorReturn { error -> MainActivityViewState.Error(error.localizedMessage) }
does not allow me to return the error class [10:31] It wants success