Sun Identity Manager Deployment Reference

Chapter 9 Error Codes

Custom code can use the following error codes to check the status of various operations.

Login Error Codes

Identity Manager provides the following error codes that custom code can check to determine login status. The actual string values are numeric values in parentheses (for example, 101 or 102). The Constants.java file contains these error codes.

LIGHTHOUSE_USER_NOT_FOUND 

=101; 

LIGHTHOUSE_AUTHN_FAILED 

=102; 

RESOURCE_AUTHN_SUCCESSFUL 

=104; 

RESOURCE_AUTHN_FAILED 

=108; 

X509_CERT_NOT_FOUND 

=110; 

END_USER_ATTEMPTED_LOGIN_TO_ADMIN_APP 

=120; 

LIGHTHOUSE_USER_DISABLED 

=140; 

LIGHTHOUSE_USER_LOCKED 

=180;