com.aluka.nirvana.framework.exception.model.ErrorEnumInterface Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of nirvana-exception Show documentation
Show all versions of nirvana-exception Show documentation
Exception configuration of Nirvana Projects.
The newest version!
package com.aluka.nirvana.framework.exception.model;
/**
* 错误信息枚举接口
* @author gongli
* @since 2019/12/25
*/
public interface ErrorEnumInterface {
/**
* 异常提示信息
* @return 错误具体信息
*/
ErrorInfo getErrorInfo();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy