Arrow
1.1.5
arrow-core-retrofit
/
arrow.retrofit.adapter.either.networkhandling
/
HttpError
Http
Error
data
class
HttpError
(
val
code
:
Int
,
val
message
:
String
,
val
body
:
String
)
:
CallError
(
source
)
Http request returned an error response.
Constructors
Properties
Constructors
Http
Error
Link copied to clipboard
fun
HttpError
(
code
:
Int
,
message
:
String
,
body
:
String
)
Properties
body
Link copied to clipboard
val
body
:
String
code
Link copied to clipboard
val
code
:
Int
message
Link copied to clipboard
val
message
:
String