com.lehuipay.leona.contracts.ErrorCode Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of leona-java Show documentation
Show all versions of leona-java Show documentation
leona-java is a http development kit.
package com.lehuipay.leona.contracts;
public interface ErrorCode {
/**
* 错误类型
*
* @return
*/
String getType();
/**
* 获取错误码
*
* @return
*/
String getCode();
/**
* 获取错误信息
*
* @return
*/
String getMessage();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy