接口 IErrorCode

所有已知实现类:
ApiErrorCode

public interface IErrorCode
  • 方法概要

    修饰符和类型
    方法
    说明
    long
    错误编码 -1、失败 0、成功
    错误描述
  • 方法详细资料

    • getCode

      long getCode()
      错误编码 -1、失败 0、成功
    • getMsg

      String getMsg()
      错误描述