blob: 686ee47afe5f5ff66db04a27d6cfadc893e86414 [file] [log] [blame] [view]
## linkis-gateway-authentication errorcode
| module name(模块名) | error code(错误码) | describe(描述) |enumeration name(枚举)| Exception Class(类名)|
| -------- | -------- | ----- |-----|-----|
|linkis-gateway-authentication |15200|Failed to load token from DB into cache(无法将 token 令牌从数据库加载到缓存中)!|FAILED_TO_LOAD_TOKEN|LinkisGwAuthenticationErrorCodeSummary|
|linkis-gateway-authentication |15201|Token is not valid or stale(token 令牌无效或已过期)!|TOKEN_VALID_OR_STALE|LinkisGwAuthenticationErrorCodeSummary|
|linkis-gateway-authentication |15202|Illegal TokenUser for Token(Token非法用户)!|ILLEGAL_TOKENUSER|LinkisGwAuthenticationErrorCodeSummary|
|linkis-gateway-authentication |15203|Illegal Host for Token(Token非法主机)!|ILLEGAL_HOST|LinkisGwAuthenticationErrorCodeSummary|
|linkis-gateway-authentication |15204|Invalid Token(令牌无效)|INVALID_TOKEN|LinkisGwAuthenticationErrorCodeSummary|
|linkis-gateway-authentication |15205|token is null(token 令牌为空)!|TOKEN_IS_NULL|LinkisGwAuthenticationErrorCodeSummary|