Response

data class Response<T>(    val data: T,     val textStatus: String,     val jqXHR: <ERROR CLASS>)

A response wrapper

Constructors

Link copied to clipboard
fun <T> Response(    data: T,     textStatus: String,     jqXHR: <ERROR CLASS>)

Properties

Link copied to clipboard
val data: T
Link copied to clipboard
val jqXHR: <ERROR CLASS>
Link copied to clipboard
val textStatus: String