cbruegg
02/19/2019, 6:26 PMreturn in case response.body() is null, i.e. the let path is not executedHarun
02/19/2019, 6:29 PMcbruegg
02/19/2019, 6:34 PMreturn Result.Error(IOException("Body is null"))cbruegg
02/19/2019, 6:34 PMResult as a return type due to some special treatment in the compiler.Harun
02/19/2019, 6:39 PM