An error code is a numeric error code used to identify the error.
0 - Unknown
Internal server error.
401 - Unauthorized
Request is unauthorized.
404 - NotFound
Resource not found.
408 - RequestTimeout
Request timed out.
500 - InternalServiceError
Service unavailable.
10001 - MissingApiVersion
API version not specified.
10002 - InvalidApiVersion
Invalid API version specified.
10003 - InvalidApiName
API name is missing.
10004 - AppNotApproved
Operation requires your application to be Approved.
10005 - InvalidTimeZoneId
Invalid time zone ID.
10006 - AppDeactivated
Application is deactivated.
10007 - InvalidGameState
Game state validation failed.
10008 - TokenExpired
Token has expired.
10009 - BadArguments
One or more of the arguments has wrong format.
10010 - FeatureNotEnabled
Feature is not enabled for this game integration.
10011 - RequiredParamterNullOrEmpty
A parameter is missing or empty in the request.
10012 - ValidationError
Some validation checks failed.
10017 - GameAccountAlreadyLinked
Another game account is already linked for this game and user.
10018 - TournamentStateDisallowsAction
The tournament state disallows the action to be performed.
10019 - TeamSizeNotCorrect
The tournament team size does not match the team passed in.
10020 - ActionNotAllowed
The action is not allowed.
10022 - TournamentIpRestricted
The tournament is IP restricted and needs to be joined from Challengermode.com.
10023 - TournamentRequiresReservation
The tournament is not open for everyone and requires an invitation.
10024 - TournamentTierRestricted
The tournament is tier restricted.
11000 - OAuthUnsupportedGrantType
An unsupported grant type was used.
11001 - OAuthTokenExchangeError
An error occurred during token exchange.
11002 - OAuthAssertionMissing
The token exchange request is missing required assertion parameter.
11003 - OAuthClientNotFound
Specified OAuth client could not be found.
11004 - OAuthAssertionGrantProviderNotAuthorized
Client is not authorized to use assertion grant flow using the specificed provider.
11005 - OAuthAssertionValidationFailed
Assertion grant is invalid.
11006 - OAuthUserCodeMissing
Usercode argument missing.
11007 - OAuthUserCodeWrong
Could not find any session corresponding to the provided user code.
11008 - EmailInvalid
The email address is invalid.
11009 - EmailClaimed
The email is already used by another user.
11010 - CreateUsernameFailed
Challengermode was unable to generate a unique username based on the provided preferred username. Provide either another preferred username, or provide none to let Challengermode generate a unique username.
11012 - CountryInvalid
The provided country code was either 1) not a valid country code according to the ISO 3166-1 alpha-2 format, or 2) a country which challengermode doesn't support.
11013 - PlayerInOtherTeam
The player is already in another team.
12001 - CompetitionStateInvalid
The competition state doesn't allow action.
13001 - InvalidTeamSize
Invalid team size.
13002 - RestrictionNotMet
One or more team members does not match all the restrictions for this competition.
13003 - RegistrationClosed
The current state of the cup does not allow anyone to join.
13004 - TooFewTeams
Action requires more teams to join the competition.
16000 - NoRunningLadder
This ladder is not open for joining.
16010 - AlreadyJoinedLadder
This game account has already joined this ladder.
110011 - UserBanned
User is banned.
1049006 - GameIntegrationNotConfigured
The game integration is not correctly configured.
1049007 - GameAccountNotLinked
No game account is linked for this game and user.
1049008 - InvalidGameSettings
Indicates that provided game settings are not compatible with the game's associated game settings json schema configured on Challengermode.