ResponseE

data class ResponseE<E, A>(val raw: Response, val body: Either<E, A>)(source)

Constructors

Link copied to clipboard
constructor(raw: Response, body: Either<E, A>)

Properties

Link copied to clipboard
val body: Either<E, A>
Link copied to clipboard
val code: Int
Link copied to clipboard
val headers: Headers
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val raw: Response