Skip to content

Commit

Permalink
added USER_MUST_BE_VERIFIED ErrorResponse (#2651)
Browse files Browse the repository at this point in the history
  • Loading branch information
GitMilchi committed Apr 13, 2024
1 parent 31419c0 commit 6062ea4
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -164,6 +164,7 @@ public enum ErrorResponse
SERVER_NOT_ENOUGH_BOOSTS( 50101, "This server needs more boosts to perform this action"),
MIXED_PREMIUM_ROLES_FOR_EMOJI( 50144, "Cannot mix subscription and non subscription roles for an emoji"),
ILLEGAL_EMOJI_CONVERSION( 50145, "Cannot convert between premium emoji and normal emoji"),
USER_MUST_BE_VERIFIED( 50178, "The user account must first be verified"),
MFA_NOT_ENABLED( 60003, "MFA auth required but not enabled"),
NO_USER_WITH_TAG_EXISTS( 80004, "No users with DiscordTag exist"),
REACTION_BLOCKED( 90001, "Reaction Blocked"),
Expand Down

0 comments on commit 6062ea4

Please sign in to comment.