index.md 557 B

net / com.drake.net.exception / ResponseException

ResponseException

class ResponseException :NetException

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

Constructors

Name Summary
<init> 如果返回200但是返回数据不符合业务要求可以抛出该异常ResponseException(response: Response, info:String?)