and if you've defined the endpoint as `suspend fun...
# squarelibraries
j
and if you've defined the endpoint as
suspend fun(): BodyType
you may also get HttpException
b
Good to know on the IOException, I should have clarified that the code above has the endpoint defined as
suspend fun(): Response<BodyType>