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

com.cloud.platform.common.exception.BaseExceptionCode Maven / Gradle / Ivy

The newest version!
package com.cloud.platform.common.exception;

/**
 * @Description:
 * @Author: ZhouShuai
 * @Date: 2021-06-27 16:24
 */
public interface BaseExceptionCode {

    /**
     * 错误码
     * @return
     */
    String getErrorCode();

    /**
     * 错误信息
     * @return
     */
    String getErrorMessage();

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy