HttpResponseException

open class HttpResponseException(response: Response, message: String?, cause: Throwable?) : NetException

实现该接口表示Http请求成功

See also

Constructors

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

Properties

response
Link copied to clipboard
open val response: Response

Inheritors

ConvertException
Link copied to clipboard
DownloadFileException
Link copied to clipboard
RequestParamsException
Link copied to clipboard
ResponseException
Link copied to clipboard
ServerResponseException
Link copied to clipboard