nn::nex::AuthenticationErrorCode::ErrorCode Enumerated Type

Syntax

enum ErrorCode;

Value

Value Description
NASAuthenticateError Authentication error.
TokenParseError Authentication error.
HttpConnectionError HTTP connection failure.
HttpDNSError DNS error.
HttpGetProxySetting Failed to get proxy settings.
TokenExpired Token time limit expired.
ValidationFailed Failed validation.
InvalidParam Invalid parameter.
PrincipalIdUnmatched PID does not match.
MoveCountUnmatch Not used.
UnderMaintenance The server is currently down for maintenance.
UnsupportedVersion Using an unsupported version of client.
ServerVersionIsOld The NGS version cannot be used because it does not satisfy the client version requirement. NGS must be updated.
Unknown Unknown error.
ClientVersionIsOld The NEX version cannot be used because it does not satisfy the version required by the server. NEX must be updated.

Description

Error codes for the Authentication module.

Revision History

2012/02/01
Initial version.

CONFIDENTIAL