Convert Exception
class ConvertException(response: Response, message: String?, cause: Throwable?, tag: Any?) : HttpResponseException
Content copied to clipboard
转换数据异常
Constructors
ConvertException
Link copied to clipboard
fun ConvertException(response: Response, message: String? = null, cause: Throwable? = null, tag: Any? = null)
Content copied to clipboard