接口 IErrorCode
- 所有已知实现类:
ApiErrorCode
public interface IErrorCode
----------------------------------------
REST API 错误码接口
- 从以下版本开始:
- 2021-10-28
-
方法概要
-
方法详细资料
-
getCode
long getCode()错误编码 -1、失败 0、成功 -
getMsg
String getMsg()错误描述
-
ApiErrorCode