ResponseE

data class ResponseE<E, A>(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
val isSuccessful: Boolean
Link copied to clipboard
val message: String?
Link copied to clipboard
val raw: Response