data class ErrorResponse
(source)
An alternative response for an error request.
ErrorResponse(data: String, url: String? = null, mimeType: String = "text/html", encoding: String = "UTF-8")
An alternative response for an error request. |
val data: String |
|
val encoding: String |
|
val mimeType: String |
|
val url: String? |