Skip to content

Commit

Permalink
Merge pull request #41 from NiceAesth/errorcodes
Browse files Browse the repository at this point in the history
feat: add new errorcodes
  • Loading branch information
NiceAesth committed Mar 23, 2024
2 parents 46cddcc + 2d45ed4 commit c5d6090
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions aiordr/models/errorcode.py
Expand Up @@ -48,3 +48,9 @@ class ErrorCode(IntEnum):
REPLAY_RECENT_FAIL = 33
INVALID_REPLAY_URL = 34
FIELD_MISSING = 35
TOO_MANY_RECENT_FAILS = 36
INAPPROPRIATE_USERNAME = 37
INVALID_SKIN = 38
INVALID_CUSTOM_SKIN = 39
SERVER_NOT_READY = 40
SERVER_NOT_READY_UNVERIFIED = 41

0 comments on commit c5d6090

Please sign in to comment.