接口 IErrorCode
- 所有已知实现类:
ApiErrorCode
@Deprecated public interface IErrorCode
已过时。
REST API 错误码接口
- 从以下版本开始:
- 2018-06-05
- 作者:
- hubin
-
方法概要
-
方法详细资料
-
getCode
long getCode()已过时。错误编码 -1、失败 0、成功 -
getMsg
String getMsg()已过时。错误描述
-
ApiErrorCode@Deprecated public interface IErrorCode