emptyAsError

fun <T, E> LiveData<ResourceState<T, E>>.emptyAsError(errorBuilder: () -> E): LiveData<ResourceState<T, E>>