enum ErrorCode;
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. |
Error codes for the Authentication
module.
CONFIDENTIAL