ConvertException

class ConvertException(response: Response, message: String?, cause: Throwable?, tag: Any?) : HttpResponseException

转换数据异常

Constructors

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

Properties

tag
Link copied to clipboard
var tag: Any? = null