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...
dave08
12/15/2024, 12:49 PM
So far the definition is:
Copy code
public data class HttpError(
val code: Int,
val message: String,
val body: String,
) : CallError()
a
Alejandro Serrano.Mena
12/16/2024, 9:03 AM
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