[Previous] [Next] [TOC] [Index]

Chapter 10
Status Codes

his chapter lists the error codes returned by functions in the LDAP API.

LDAP_SUCCESS
Success
LDAP_OPERATIONS_ERROR
Operations error
LDAP_PROTOCOL_ERROR
Protocol error
LDAP_TIMELIMIT_EXCEEDED
Time limit exceeded
LDAP_SIZELIMIT_EXCEEDED
Size limit exceeded
LDAP_COMPARE_FALSE
Compare false
LDAP_COMPARE_TRUE
Compare true
LDAP_STRONG_AUTH_NOT_SUPPORTED
Strong authentication not supported
LDAP_STRONG_AUTH_REQUIRED
Strong authentication required
LDAP_PARTIAL_RESULTS
Partial results and referral received
LDAP_NO_SUCH_ATTRIBUTE
No such attribute
LDAP_UNDEFINED_TYPE
Undefined attribute type
LDAP_INAPPROPRIATE_MATCHING
Inappropriate matching
LDAP_CONSTRAINT_VIOLATION
Constraint violation
LDAP_TYPE_OR_VALUE_EXISTS
Type or value exists
LDAP_INVALID_SYNTAX
Invalid syntax
LDAP_NO_SUCH_OBJECT
No such object
LDAP_ALIAS_PROBLEM
Alias problem
LDAP_INVALID_DN_SYNTAX
Invalid DN syntax
LDAP_IS_LEAF
Object is a leaf
LDAP_ALIAS_DEREF_PROBLEM
Alias dereferencing problem
LDAP_INAPPROPRIATE_AUTH
Inappropriate authentication
LDAP_INVALID_CREDENTIALS
Invalid credentials
LDAP_INSUFFICIENT_ACCESS
Insufficient access
LDAP_BUSY
Server is busy
LDAP_UNAVAILABLE
Server is unavailable
LDAP_UNWILLING_TO_PERFORM
Server is unwilling to perform
LDAP_LOOP_DETECT
Loop detected
LDAP_NAMING_VIOLATION
Naming violation
LDAP_OBJECT_CLASS_VIOLATION
Object class violation
LDAP_NOT_ALLOWED_ON_NONLEAF
Operation not allowed on nonleaf
LDAP_NOT_ALLOWED_ON_RDN
Operation not allowed on RDN
LDAP_ALREADY_EXISTS
Already exists
LDAP_NO_OBJECT_CLASS_MODS
Cannot modify object class
LDAP_RESULTS_TOO_LARGE
Results too large
LDAP_OTHER
Unknown error
LDAP_SERVER_DOWN
Can't contact LDAP server
LDAP_LOCAL_ERROR
Local error
LDAP_ENCODING_ERROR
Encoding error
LDAP_DECODING_ERROR
Decoding error
LDAP_TIMEOUT
Timed out
LDAP_AUTH_UNKNOWN
Unknown authentication method
LDAP_FILTER_ERROR
Bad search filter
LDAP_USER_CANCELLED
User cancelled operation
LDAP_PARAM_ERROR
Bad parameter to an ldap routine
LDAP_NO_MEMORY
Out of memory
LDAP_CONNECT_ERROR
Can't connect to the LDAP server


[Previous] [Next] [TOC] [Index]

Last modified: March 31, 1997
Copyright © 1997 Netscape Communications Corporation