I have this snippet of code `val responseBody = (e...
# announcements
t
I have this snippet of code
val responseBody = (e as HttpException).response().errorBody() view?.onUnknownError(getErrorMessage(responseBody))
IDE hints Required: responseBody Found responseBody? Does anyone know how to solve it