getValueOrThrow

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