Join Slack
Powered by
<@U0SS0SBJ9> kotlin cannot infer any type there. `...
# android
a
Andreas Sinz
09/01/2016, 3:11 PM
@todor.ilya
kotlin cannot infer any type there.
HttpException
expects a
Response<?>
and
Response.error()
returns a
Response<T>
. you can try to explicity set the type with
Reponse.error<Any>(...)
Open in Slack
Previous
Next