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

common.constant.ErrorCode Maven / Gradle / Ivy

package common.constant;

/**
 * @Classname ErrorCode
 * @Description 错误代码
 */
public interface ErrorCode {

    /**
     * 内部错误
     */
    final static String INNER_ERROR_CODE = "inner_error";


}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy