You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: codeit-bootcamp-spring/1-sprint-mission/src/main/java/com/sprint/mission/discodeit/application/service/channel/JCFChannelService.java
Copy file name to clipboardExpand all lines: codeit-bootcamp-spring/1-sprint-mission/src/main/java/com/sprint/mission/discodeit/global/error/ErrorCode.java
+2
Original file line number
Diff line number
Diff line change
@@ -30,6 +30,8 @@ public enum ErrorCode {
30
30
// Channel
31
31
INVALID_CHANNEL_NAME_NOT_NULL(400, "채널 이름은 필수 입력값 입니다."),
32
32
ALREADY_CHANNEL_JOIN_USER(400, "이미 참여한 채널입니다."),
33
+
CHANNEL_ADMIN_REQUIRED(400, "채널 삭제가 허용되지 않은 사용자입니다."),
34
+
33
35
// Message
34
36
INVALID_MESSAGE_CONTENT_NOT_NULL(400, "메시지 내용은 필수 입력값 입니다."),
0 commit comments