net / com.drake.net.error / ResponseException / <init>
ResponseException(code:Int, msg:String, request: Request)
ResponseException(code:
Int
, msg:
String
, request: Request)
对应网络请求后台定义的错误信息
msg - 网络请求错误信息
msg
code - 网络请求错误码
code
tag - 应对错误码判断为错时但是后端又返回了需要使用的数据(建议后端修改). 一般在Convert中设置数据
tag