nn::nex::RendezVousErrorCode::ErrorCode Enumerated Type

Syntax

enum ErrorCode;

Value

Value Description
ConnectionFailure Failed to connect to the NGS.
NotAuthenticated Authentication process (starting from the NGS authentication) is not complete.
InvalidUsername Invalid user name.
InvalidPassword Invalid password.
UsernameAlreadyExists This user name is already registered.
AccountDisabled The account cannot be used.
AccountExpired The account has expired.
ConcurrentLoginDenied This user is already logged in. (Under NEX, this error does not occur, because the later login is given priority.)
EncryptionFailure Encryption error.
InvalidPID Invalid PrincipalID.
MaxConnectionsReached Reach the maximum number of connections allowed by the NGS.
InvalidGID Invalid GatheringID. (For example, a nonexistent ID.)
InvalidControlScriptID Invalid thread ID.
InvalidOperationInLiveEnvironment Attempted to execute a disallowed function.
DuplicateEntry Attempted to register the same entry more than once.
ControlScriptFailure Failed to initialize the server. (Does not occur on clients.)
ClassNotFound Client and server protocol do not match.
SessionVoid Nonexistent gathering.
DDLMismatch Client and server protocol do not match.
InvalidConfiguration There is a problem in the game server settings. This problem does not occur in the product environment.
SessionFull The maximum number of participants allowed for the gathering has been reached.
InvalidGatheringPassword Invalid gathering password.
WithoutParticipationPeriod Not within the participation period.
PersistentGatheringCreationMax Reached the upper limit for the persistent gathering registration.
PersistentGatheringParticipationMax Reached the upper limit for the persistent gathering participation.
DeniedByParticipants Denied by participant (because registered on their blacklist).
ParticipantInBlackList Participants include user registered on local system's own blacklist.
GameServerMaintenance Specifies that game server maintenance will begin.
OperationPostpone
OutOfRatingRange A rating value out of range for a rating match was specified.
ConnectionDisconnected Disconnected from the game server.
InvalidOperation Attempted an invalid operation.
NotParticipatedGathering The specified user has not joined the gathering.
MatchmakeSessionUserPasswordUnmatch The matchmaking session user password does not match.
MatchmakeSessionSystemPasswordUnmatch The matchmaking session system password does not match.
UserIsOffline The specified user is offline.
AlreadyParticipatedGathering Already joined the gathering.
PermissionDenied Attempted an operation without permission to do so.
NotFriend The specified user is not a friend.
SessionClosed The gathering is closed to new participants.

Description

Error codes for the RendezVous module.

Revision History

2013/01/11
Deleted CommunityCreationMax and CommunityParticipationMax. Added PersistentGatheringCreationMax and PersistentGatheringParticipationMax.
2011/01/27
Initial version.

CONFIDENTIAL