All Downloads are FREE. Search and download functionalities are using the official Maven repository.

cn.mklaus.framework.exception.ErrorInfo Maven / Gradle / Ivy

There is a newer version: 1.1.0
Show newest version
package cn.mklaus.framework.exception;

/**
 * @author Mklaus
 * Created on 2018-02-05 上午11:55
 */
public interface ErrorInfo {

    int getErrCode();

    String getErrMsg();

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy