-
Notifications
You must be signed in to change notification settings - Fork 1
KilometrikisaErrorCode
Tumetsu edited this page May 7, 2022
·
13 revisions
Error codes thrown by the client in different error cases.
- COULD_NOT_GET_CONTEST
- COULD_NOT_PARSE_RESPONSE
- COULD_NOT_UPDATE_COMPETITION_LOG
- EXPIRED_SESSION
- LOGIN_FAILED
- TEAMS_NOT_FOUND
- TEAM_STATISTICS_NOT_FOUND
- USER_CONTEST_LOG_NOT_FOUND
• COULD_NOT_GET_CONTEST = 7
• COULD_NOT_PARSE_RESPONSE = 4
• COULD_NOT_UPDATE_COMPETITION_LOG = 5
• EXPIRED_SESSION = 6
• LOGIN_FAILED = 1
• TEAMS_NOT_FOUND = 8
• TEAM_STATISTICS_NOT_FOUND = 3
• USER_CONTEST_LOG_NOT_FOUND = 2