ResponseException

class ResponseException(response: Response, info: String?) : NetException

如果返回200但是返回数据不符合业务要求可以抛出该异常

Constructors

ResponseException
Link copied to clipboard
fun ResponseException(response: Response, info: String?)