ServerResponseException

class ServerResponseException(response: Response, message: String?) : NetException

= 500 服务器异常

Constructors

ServerResponseException
Link copied to clipboard
fun ServerResponseException(response: Response, message: String? = null)

Properties

response
Link copied to clipboard
val response: Response