Skip to content

Commit

Permalink
fix: add missing error codes
Browse files Browse the repository at this point in the history
  • Loading branch information
NiceAesth committed Feb 2, 2024
1 parent b5a5b6f commit 0d05a0c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions aiordr/models/errorcode.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
"""
This module contains o!rdr API Error Codes.
"""

from __future__ import annotations

from enum import IntEnum
Expand Down Expand Up @@ -45,3 +46,5 @@ class ErrorCode(IntEnum):
MAPPER_BANNED = 31
BEATMAPSET_BANNED = 32
REPLAY_RECENT_FAIL = 33
INVALID_REPLAY_URL = 34
FIELD_MISSING = 35

0 comments on commit 0d05a0c

Please sign in to comment.