NetUnknownHostException

class NetUnknownHostException(request: Request, message: String?, cause: Throwable?) : HttpFailureException

主机域名无法访问

Parameters

request

请求信息

message

错误描述信息

cause

错误原因

Constructors

NetUnknownHostException
Link copied to clipboard
fun NetUnknownHostException(request: Request, message: String? = null, cause: Throwable? = null)
请求信息