failure

fun failure(message: String?, throwable: Throwable? = null, outcome: Outcome<*>? = null): Outcome.Failure
fun failure(throwable: Throwable, outcome: Outcome<*>? = null): Outcome.Failure
fun failure(outcome: Outcome<*>? = null): Outcome.Failure