Interface ErrorCode
-
- All Known Implementing Classes:
CommonErrorCode,FrameworkErrorCode
public interface ErrorCode异常编码- Author:
- lb
- Date:
- 2023年12月4日
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetCode()错误编码StringgetDescription()错误描述StringtoString()必须提供toString的实现
-