Main Page | Modules | File List | File Members

LOGIN service.
[Error messages]

Errors returned by the LOGIN service. More...

Defines

#define ERRORROUTER_UNKNOWNERROR   0
#define ERRORROUTER_NOTREGISTERED   1
#define ERRORROUTER_PASSWORDNOTCORRECT   2
#define ERRORROUTER_NOTDISCONNECTED   3
#define ERRORROUTER_ARENANOTAVAILABLE   4
#define ERRORROUTER_FRIENDSNOTAVAILABLE   5
#define ERRORROUTER_NAMEALREADYUSED   6
#define ERRORROUTER_PLAYERNOTCONNECTED   7
#define ERRORROUTER_PLAYERNOTREGISTERED   8
#define ERRORROUTER_PLAYERCONNECTED   9
#define ERRORROUTER_PLAYERALREADYREGISTERED   10
#define ERRORROUTER_CLIENTVERSIONTOOOLD   11
#define ERRORROUTER_DBINBACKUPMODE   12
#define ERRORROUTER_DBPROBLEM   13
#define ERRORROUTER_CLIENTINCOMPATIBLE   50

Detailed Description

Errors returned by the LOGIN service.

Define Documentation

#define ERRORROUTER_ARENANOTAVAILABLE   4
 

The arena is not available.

#define ERRORROUTER_CLIENTINCOMPATIBLE   50
 

The client is incompatible with the server.

#define ERRORROUTER_CLIENTVERSIONTOOOLD   11
 

The version of GSClient you are using is too old and can't be upgraded.

#define ERRORROUTER_DBINBACKUPMODE   12
 

GS Database problem. Some functions are disabled.

#define ERRORROUTER_DBPROBLEM   13
 

GS Database problem. Please notify the administrator.

#define ERRORROUTER_FRIENDSNOTAVAILABLE   5
 

The Friends server is not available.

#define ERRORROUTER_NAMEALREADYUSED   6
 

A player with the same name as yours is already connected.

#define ERRORROUTER_NOTDISCONNECTED   3
 

The arena has not yet detected your disconnection.

#define ERRORROUTER_NOTREGISTERED   1
 

You are not registered, create a new account first.

#define ERRORROUTER_PASSWORDNOTCORRECT   2
 

Your password is incorrect.

#define ERRORROUTER_PLAYERALREADYREGISTERED   10
 

You are already registered.

#define ERRORROUTER_PLAYERCONNECTED   9
 

The name you chose is already used by another player.

#define ERRORROUTER_PLAYERNOTCONNECTED   7
 

This player is not currently connected to the GameService.

#define ERRORROUTER_PLAYERNOTREGISTERED   8
 

This player is not registered on the GameService.

#define ERRORROUTER_UNKNOWNERROR   0
 

Unknown error.


Ubi.com GameService SDK - ©UbiSoft Entertainment 2002
GameService development team