<@U0SS0SBJ9> kotlin cannot infer any type there. `...
# android
a
@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>(...)