Arrow
1.1.5
arrow-core-retrofit
/
arrow.retrofit.adapter.either
/
ResponseE
Response
E
data
class
ResponseE
<
E
,
A
>
(
val
raw
:
Response
,
val
body
:
Either
<
E
,
A
>
)
(
source
)
Constructors
Properties
Constructors
Response
E
Link copied to clipboard
fun
<
E
,
A
>
ResponseE
(
raw
:
Response
,
body
:
Either
<
E
,
A
>
)
Properties
body
Link copied to clipboard
val
body
:
Either
<
E
,
A
>
code
Link copied to clipboard
val
code
:
Int
headers
Link copied to clipboard
val
headers
:
Headers
is
Successful
Link copied to clipboard
val
isSuccessful
:
Boolean
message
Link copied to clipboard
val
message
:
String
?
raw
Link copied to clipboard
val
raw
:
Response