XPlayer.Error Interface Reference
[Xplayer Error Code]
List of all members.Static Public Attributes | |
static final byte | ERROR_BAD_RESPONSE = 40 |
The server response has incorrect format. | |
static final byte | ERROR_CHANGE_USERNAME_FAILED = 33 |
Change username process failed. | |
static final byte | ERROR_CONNECTION = -2 |
No connection to server. | |
static final byte | ERROR_GET_RANKINGS_FAILED = 22 |
The get rankings operation failed for some reason. | |
static final byte | ERROR_GET_STATS_FAILED = 29 |
Failed to get the states for the player. | |
static final int | ERROR_INIT = -100 |
Initialisation value. | |
static final byte | ERROR_INVALID_GGI = 27 |
Configuration error: Most likely an invalid GGI. | |
static final byte | ERROR_JOIN_GAME = 53 |
Multiplayer error - there was an error joining the game. | |
static final byte | ERROR_NICK_TAKEN = 5 |
This nickname is taken, another one is suggested. | |
static final byte | ERROR_NO_CLIENT_ID = 26 |
Programming error on emulator: no phone id. | |
static final byte | ERROR_NO_NICKNAME = 2 |
The nickname is missing from the registration request. | |
static final byte | ERROR_NO_PHONE_NUMBER = 25 |
There is no phone number in the register request. | |
static final byte | ERROR_NO_UUID = 1 |
The uuid is missing from the request. | |
static final byte | ERROR_NONE = 0 |
The request finished succesfully. | |
static final byte | ERROR_NOT_M7_ENABLED = -3 |
No connection to server. | |
static final byte | ERROR_NOT_REGISTERED = 4 |
This user is not registered. | |
static final byte | ERROR_PENDING = -1 |
Result is pending, the transaction with the server is ongoing. | |
static final byte | ERROR_RATE_GAME_FAILED = 23 |
Failed to rate this game. | |
static final byte | ERROR_RECOMMEND_GAME_FAILED = 24 |
Failed to recommend this game. | |
static final byte | ERROR_REGISTER_FAILED = 3 |
The registration process failed. | |
static final byte | ERROR_REQUEST_FAILED = 54 |
Multiplayer error - there was a server error processing the request. | |
static final byte | ERROR_SCORE_UPLOAD_FAILED = 21 |
The score was not posted for some reason. | |
static final byte | ERROR_START_GAME = 52 |
Multiplayer error - there was an error starting the game. | |
static final byte | ERROR_SUPPLEMENTAL_DATA_NEEDED = 31 |
Programming error: the supplemental data needed to upload this leaderboard was not correctly supplied. | |
static final byte | ERROR_VALIDATE_LICENSE_FAILED = 32 |
Cingular MRC License Validation failed. | |
static final byte | ERROR_WRONGFULL_QSTATE = 50 |
Multiplayer error - the call has no relevance in this state. | |
static final byte | ERROR_WRONGFULL_RSTATE = 51 |
Multiplayer error - this response is not expected. |
Member Data Documentation
final byte ERROR_BAD_RESPONSE = 40 [static] |
The server response has incorrect format.
Make sure the request is correct. If it is a leaderboard request, make sure the number of supplemental data sent match the number for the leaderboard.
final byte ERROR_CHANGE_USERNAME_FAILED = 33 [static] |
Change username process failed.
final byte ERROR_CONNECTION = -2 [static] |
No connection to server.
Either there is no network available or the server cannot be contacted for some reason.
final byte ERROR_GET_RANKINGS_FAILED = 22 [static] |
The get rankings operation failed for some reason.
final byte ERROR_GET_STATS_FAILED = 29 [static] |
Failed to get the states for the player.
final int ERROR_INIT = -100 [static] |
Initialisation value.
Getting this error means that actually no requests have been made yet since the MIDlet started so there is no last error.
final byte ERROR_INVALID_GGI = 27 [static] |
Configuration error: Most likely an invalid GGI.
final byte ERROR_JOIN_GAME = 53 [static] |
Multiplayer error - there was an error joining the game.
final byte ERROR_NICK_TAKEN = 5 [static] |
This nickname is taken, another one is suggested.
final byte ERROR_NO_CLIENT_ID = 26 [static] |
Programming error on emulator: no phone id.
final byte ERROR_NO_NICKNAME = 2 [static] |
The nickname is missing from the registration request.
final byte ERROR_NO_PHONE_NUMBER = 25 [static] |
There is no phone number in the register request.
final byte ERROR_NO_UUID = 1 [static] |
The uuid is missing from the request.
final byte ERROR_NONE = 0 [static] |
The request finished succesfully.
final byte ERROR_NOT_M7_ENABLED = -3 [static] |
No connection to server.
Either there is no network available or the server cannot be contacted for some reason.
final byte ERROR_NOT_REGISTERED = 4 [static] |
This user is not registered.
final byte ERROR_PENDING = -1 [static] |
Result is pending, the transaction with the server is ongoing.
final byte ERROR_RATE_GAME_FAILED = 23 [static] |
Failed to rate this game.
final byte ERROR_RECOMMEND_GAME_FAILED = 24 [static] |
Failed to recommend this game.
final byte ERROR_REGISTER_FAILED = 3 [static] |
The registration process failed.
final byte ERROR_REQUEST_FAILED = 54 [static] |
Multiplayer error - there was a server error processing the request.
final byte ERROR_SCORE_UPLOAD_FAILED = 21 [static] |
The score was not posted for some reason.
final byte ERROR_START_GAME = 52 [static] |
Multiplayer error - there was an error starting the game.
final byte ERROR_SUPPLEMENTAL_DATA_NEEDED = 31 [static] |
Programming error: the supplemental data needed to upload this leaderboard was not correctly supplied.
final byte ERROR_VALIDATE_LICENSE_FAILED = 32 [static] |
Cingular MRC License Validation failed.
final byte ERROR_WRONGFULL_QSTATE = 50 [static] |
Multiplayer error - the call has no relevance in this state.
The game and XPlayer think they're in different states.
final byte ERROR_WRONGFULL_RSTATE = 51 [static] |
Multiplayer error - this response is not expected.
The game and XPlayer think they're in different states.
Generated on Tue Sep 23 23:05:33 2008 for GLLib by 1.5.2