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

com.litongjava.tio.boot.satoken.SaTokenErrorCode Maven / Gradle / Ivy

There is a newer version: 1.8.6
Show newest version
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