Skip to content

Commit

Permalink
fix: 겹치는 ErrorCode 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
toychip committed Sep 4, 2024
1 parent b732d55 commit d0e446d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ enum class DojoExceptionType(
ARGUMENT_NOT_VALID("Method Argument Not Valid. Check argument validation.", "C009_ARGUMENT_NOT_VALID", 400),
INVALID_MEMBER_GENDER("The gender does not exist.", "C011_INVALID_MEMBER_GENDER", 400),
INVALID_MEMBER_PLATFORM("The platform does not exist.", "C010_INVALID_MEMBER_PLATFORM", 400),
DUPLICATED_MEMBER("DUPLICATED_MEMBER", "C013_DUPLICATED_MEMBER", 400),
DUPLICATED_MEMBER("DUPLICATED_MEMBER", "C014_DUPLICATED_MEMBER", 400),
MEMBER_NOT_FOUND("Member not found", "C012_MEMBER_NOT_FOUND", 400),
IMAGE_NOT_FOUND("Image not found", "C013_IMAGE_NOT_FOUND", 400),

Expand Down

0 comments on commit d0e446d

Please sign in to comment.