Skip to content

Commit

Permalink
chore :: useless errorcode
Browse files Browse the repository at this point in the history
  • Loading branch information
jyk1029 committed Jan 24, 2024
1 parent dccb88f commit 91822d8
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ enum class ErrorCode(
val status: Int,
val message: String,
) {
UNMATCHED_PASSWORD(400, "Unmatched Password"),
INCORRECT_PASSWORD(400, "Incorrect Password"),
INCORRECT_USER(400, "Incorrect User"),
NOT_ALLOW_SELF_APPLICATION(400, "Not Allow Self Application"),
Expand Down

0 comments on commit 91822d8

Please sign in to comment.