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

com.lehuipay.leona.contracts.ErrorCode Maven / Gradle / Ivy

There is a newer version: 1.1.3
Show newest version
package com.lehuipay.leona.contracts;

public interface ErrorCode {

    /**
     * 错误类型
     *
     * @return
     */
    String getType();

    /**
     * 获取错误码
     *
     * @return
     */
    String getCode();

    /**
     * 获取错误信息
     *
     * @return
     */
    String getMessage();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy