We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2cd7a91 commit 06f0986Copy full SHA for 06f0986
1 file changed
base/src/main/java/com/tinyengine/it/common/exception/ExceptionEnum.java
@@ -321,7 +321,11 @@ public enum ExceptionEnum implements IBaseError {
321
/**
322
* Cm 339 exception enum.
323
*/
324
- CM339("CM339", "token检验失败,请重新登录");
+ CM339("CM339", "token检验失败,请重新登录"),
325
+ /**
326
+ * Cm 340 exception enum.
327
+ */
328
+ CM340("CM340", "请求资源不存在");
329
330
331
* 错误码
0 commit comments