https://github.com/kittinunf/fuel/tree/2.x
when (result) {
is Result.Failure -> {
val ex = result.getException()
println(ex)
}
I can't seem to get getException() when it comes to here; it states it's an unresolved reference.Like ..