<@U0DN24414>: when you gets response back, it is i...
# kotlin-fuel
k
@jkwatson: when you gets response back, it is in a
Result<T, FuelError>
. Can you decompose it with
val (data, error) = result
?