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