getValueOrThrow

fun <R : Any> DataResult<Holder<R>>.getValueOrThrow(message: String): R
fun <R : Any> DataResult<Holder<R>>.getValueOrThrow(): R