nn::nex::FPDErrorCode::ErrorCode Enumerated Type

Syntax

enum ErrorCode;

Value

Value Description
NotInitialized The friend library is not initialized.
AlreadyInitialized The friend library is already initialized.
NotConnected Not logged in to NFS.
Connected Already logged in to NFS.
InitializationFailure Failed to connect to the NGS.
OutOfMemory Memory allocation failed. (Not used.)
RmcFailed Asynchronous process failed. (Not used.)
InvalidArgument Invalid argument. (Not used.)
InvalidLocalAccountID Invalid local account ID.
InvalidPrincipalID Invalid principal ID.
InvalidLocalFriendCode Invalid local friend code.
LocalAccountNotExists Local account does not exist. (Not used.)
LocalAccountNotLoaded Local account not loaded. (Not used.)
LocalAccountAlreadyLoaded Local account already loaded. (Not used.)
FriendAlreadyExists Friend relationship already established. (Not used.)
FriendNotExists Friend does not exist. (Not used.)
FriendNumMax Maximum number of friends has been reached. (Not used.)
NotFriend Not a friend. (Not used.)
FileIO File I/O error. (Not used.)
P2PInternetProhibited P2P communication with others is prohibited. (Not used.)
Unknown Undefined error. (Not used.)

Description

The error codes for the Friend module.

Revision History

2011/09/14
Initial version.

CONFIDENTIAL