Error

data class Error(    val statusCode: Int,     val headers: Map<String, List<String>>,     val contentType: String?,     val error: TransportError) : ResponseResult<Nothing>

Constructors

Link copied to clipboard
fun Error(statusCode: Int, headers: Map<String, List<String>>, contentType: String?, error: TransportError)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard