Skip to content

Commit

Permalink
[refactor] : error 메시지 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
hyun2371 committed Nov 19, 2024
1 parent aecec2a commit 3501801
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
public enum ChatInquiryErrorCode implements ErrorCode {

NOT_FOUND_INQUIRY("해당 아이디의 채팅 요청이 존재하지 않습니다.", "CI_001"),
UNAUTHORIZED_REQUEST("채팅 수락을 하거나 거절할 권한이 없습니다.", "CI_002"),
UNAUTHORIZED_REQUEST("채팅 요청을 수락을 하거나 거절할 권한이 없습니다.", "CI_002"),
UNABLE_TO_CHANGE_STATUS("이미 수락했거나 거절한 요청입니다.", "CI_003");

private final String message;
Expand Down

0 comments on commit 3501801

Please sign in to comment.