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

com.pupilcc.common.rest.IErrorCode Maven / Gradle / Ivy

There is a newer version: 1.2.1
Show newest version
package com.pupilcc.common.rest;

/**
 * REST API 错误码接口
 *
 * @author pupilcc
 * @since 2022-07-02
 */
public interface IErrorCode {
    /**
     * 错误编码 -1、失败 0、成功
     *
     * @return code
     */
    long getCode();

    /**
     * 错误描述
     *
     * @return msg
     */
    String getMsg();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy