Success

data class Success<T>(val body: T, val response: HttpResponse) : ESCLHttpCallResult<T>

Represents successful network responses (2xx).

Constructors

Link copied to clipboard
constructor(body: T, response: HttpResponse)

Properties

Link copied to clipboard
val body: T
Link copied to clipboard
val response: HttpResponse