Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
heavyrain2012 committed Nov 24, 2021
1 parent 92c59d2 commit d7a0fd2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions common/src/main/java/cn/wildfirechat/common/ErrorCode.java
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ public enum ErrorCode {
ERROR_CODE_LOCK_ALREADY_LOCKED(25, "already locked"),
ERROR_CODE_NOT_YOUR_LOCKED(26, "unload failure, not your lock"),
ERROR_CODE_ROBOT_NO_TOKEN(27, "robot no token"),
ERROR_CODE_WS_NOT_CONFIGURED_CORRECTLY(28, "ws not configured correctly"),
ERROR_CODE_CONFERENCE_ROOM_NOT_EXIST(60, "conference room not exist"),

ERROR_CODE_USER_NOT_PREPARED(238, "user not prepared"),
Expand Down

0 comments on commit d7a0fd2

Please sign in to comment.