
top.lshaci.framework.common.constants.ErrorInfo Maven / Gradle / Ivy
The newest version!
package top.lshaci.framework.common.constants;
/**
* ErrorInfo
*
* @author lshaci
* @since 1.0.0
*/
public interface ErrorInfo {
/**
* 获取异常码
*
* @return 异常码
*/
int getCode();
/**
* 获取异常信息
*
* @return 异常信息
*/
String getMsg();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy