nn::nex::RankingErrorCode::ErrorCode Enumerated Type

Syntax

enum ErrorCode;

Value

Value Description
NotInitialized Not initialized.
InvalidArgument The argument is invalid.
RegistrationError Registration process failed.
NotFound There is no data.
InvalidScore Score is invalid.
InvalidDataSize Data size is invalid.
PermissionDenied No access rights.
Unknown Unknown error.
NotImplemented An attempt to call a feature that is not implemented was made.

Description

Ranking error codes.

The following errors represent server problems. Be sure to display them.

* QERROR(Ranking, RegistrationError)
* QERROR(Ranking, Unknown)

The following errors are used for library development, so they never actually occur.

* QERROR(Ranking, NotImplemented)

The remainder of the errors should be appropriately handled by the application, so do not display their error codes or their corresponding messages.

Revision History

2012/02/14
Initial version.

CONFIDENTIAL