It would have been nice to have headers available ...
# arrow
d
It would have been nice to have headers available in Arrow Retrofit adapter's HttpError... sometimes we need to check them for codes like 303 that have a
Location
header...
So far the definition is:
Copy code
public data class HttpError(
  val code: Int,
  val message: String,
  val body: String,
) : CallError()
a
the Retrofit adapter is heavily un-maintained because of lack of knowledge, so if you are missing something, feel free to open an issue and we'll look at it