Interface ErrorCode

All Known Implementing Classes:
BizErrorCode

public interface ErrorCode
错误码
Since:
1.0
Author:
yingzhan
  • Method Summary

    Modifier and Type
    Method
    Description
    一般是短小凝练的英文单词组合(大写下划线命名)
    一般是可读性较强的描述型语句
  • Method Details

    • getCode

      String getCode()
      一般是短小凝练的英文单词组合(大写下划线命名)
      Returns:
      错误码
    • getMessage

      String getMessage()
      一般是可读性较强的描述型语句
      Returns:
      错误信息