JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Index
Help
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH:
Package
cn.longky.common.model
Interface ErrorCode
All Known Implementing Classes:
BizErrorCode
public interface
ErrorCode
错误码
Since:
1.0
Author:
yingzhan
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
String
getCode
()
一般是短小凝练的英文单词组合(大写下划线命名)
String
getMessage
()
一般是可读性较强的描述型语句
Method Details
getCode
String
getCode
()
一般是短小凝练的英文单词组合(大写下划线命名)
Returns:
错误码
getMessage
String
getMessage
()
一般是可读性较强的描述型语句
Returns:
错误信息