Response

data class Response<T>(data: T, textStatus: String, 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