com.litongjava.tio.boot.satoken.SaTokenErrorCode Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of tio-boot Show documentation
Show all versions of tio-boot Show documentation
Java High Performance Web Development Framework
package com.litongjava.tio.boot.satoken;
/**
* 定义 sa-token-servlet 所有异常细分状态码
*
* @author click33
* @since 1.33.0
*/
public interface SaTokenErrorCode {
/** 转发失败 */
int CODE_20001 = 20001;
/** 重定向失败 */
int CODE_20002 = 20002;
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy