static const | ADMIN_LIMIT_EXCEEDED | int (11). Indicates that an LDAP server limit set by an administrative authority has been exceeded. |
static const | AFFECTS_MULTIPLE_DSAS | int (71). Indicates that the modify DN operation moves the entry from one LDAP server to another and thus requires more than one LDAP server. |
static const | ALIAS_DEREFERENCING_PROBLEM | int (36). Indicates that during a search operation, either the client does not have access rights to read the aliased object's name or dereferencing is not allowed. |
static const | ALIAS_PROBLEM | int (33). Indicates that an error occurred when an alias was dereferenced. |
static const | AMBIGUOUS_RESPONSE | int (101). Indicates that the server response to a request is ambiguous. |
static const | ATTRIBUTE_OR_VALUE_EXISTS | int (20). Indicates that the attribute value specified in a modify or add operation already exists as a value for that attribute. |
static const | AUTH_METHOD_NOT_SUPPORTED | int (7). Indicates that during a bind operation the client requested an authentication method not supported by the LDAP server. |
static const | AUTH_UNKNOWN | int (86). Indicates that a bind method was called with an unknown authentication method. |
static const | BUSY | int (51). Indicates that the LDAP server is too busy to process the client request at this time, but if the client waits and resubmits the request, the server may be able to process it then. |
static const | CLIENT_LOOP | int (96). Indicates the LDAP libraries detected a loop. Usually this happens when following referrals. |
static const | COMPARE_FALSE | int (5). Does not indicate an error condition. |
static const | COMPARE_TRUE | int (6). Does not indicate an error condition. |
static const | CONFIDENTIALITY_REQUIRED | int (13). Indicates that the session is not protected by a protocol such as Transport Layer Security (TLS), which provides session confidentiality. |
static const | CONNECT_ERROR | int (91). Indicates that the LDAP client has lost either its connection or cannot establish a connection to the LDAP server. |
static const | CONSTRAINT_VIOLATION | int (19). Indicates that the matching rule specified in the search filter does not match a rule defined for the attribute's syntax. |
static const | CONTROL_NOT_FOUND | int (93). Indicates that the client requested a control that the libraries cannot find in the list of supported controls sent by the LDAP server. |
static const | DECODING_ERROR | int (84). Indicates that the LDAP client encountered errors when decoding an LDAP response from the LDAP server. |
static const | ENCODING_ERROR | int (83). Indicates that the LDAP client encountered errors when encoding an LDAP request intended for the LDAP server. |
static const | ENTRY_ALREADY_EXISTS | int (68). Indicates that the add operation attempted to add an entry that already exists, or that the modify operation attempted to rename an entry to the name of an entry that already exists. |
static const | FILTER_ERROR | int (87). Indicates that the search method was called with an invalid search filter. |
static const | INAPPROPRIATE_AUTHENTICATION | int (48). Indicates that during a bind operation, the client is attempting to use an authentication method that the client cannot use correctly. |
static const | INAPPROPRIATE_MATCHING | int (18). Indicates that the matching rule specified in the search filter does not match a rule defined for the attribute's syntax. |
static const | INSUFFICIENT_ACCESS_RIGHTS | int (50). Indicates that the caller does not have sufficient rights to perform the requested operation. |
static const | INVALID_ATTRIBUTE_SYNTAX | int (21). Indicates that the attribute value specified in an add, compare, or modify operation is an unrecognized or invalid syntax for the attribute. |
static const | INVALID_CREDENTIALS | int (49). Indicates that invalid information was passed during a bind operation.
|
static const | INVALID_DN_SYNTAX | int (34). Indicates that the syntax of the DN is incorrect.
|
static const | INVALID_RESPONSE | int (100). Indicates that the server response to a request is invalid. |
static const | IS_LEAF | int (35). Indicates that the specified operation cannot be performed on a leaf entry. |
static const | Ldap_NOT_SUPPORTED | int (92). Indicates that the requested functionality is not supported by the client. For example, if the LDAP client is established as an LDAPv2 client, the libraries set this error code when the client requests LDAPv3 functionality. |
static const | Ldap_PARTIAL_RESULTS | int (9). Returned by some LDAP servers to LDAPv2 clients to indicate that a referral has been returned in the error string. |
static const | Ldap_TIMEOUT | int (85). Indicates that the time limit of the LDAP client was exceeded while waiting for a result. |
static const | LOCAL_ERROR | int (82). Indicates that the LDAP client has an error. This is usually a failed dynamic memory allocation error. |
static const | LOOP_DETECT | int (54). Indicates that the client discovered an alias or referral loop, and is thus unable to complete this request. |
static const | MORE_RESULTS_TO_RETURN | int (95). Indicates that more results are chained in the result message. |
static const | NAMING_VIOLATION | int (64). Indicates that the add or modify DN operation violates the schema's structure rules.
|
static const | NO_MEMORY | int (90). Indicates that a dynamic memory allocation method failed when calling an LDAP method. |
static const | NO_RESULTS_RETURNED | int (94). Indicates that the LDAP server sent no results. |
static const | NO_SUCH_ATTRIBUTE | int (16). Indicates that the attribute specified in the modify or compare operation does not exist in the entry. |
static const | NO_SUCH_OBJECT | int (32). Indicates the target object cannot be found. |
static const | NOT_ALLOWED_ON_NONLEAF | int (66). Indicates that the requested operation is permitted only on leaf entries. |
static const | NOT_ALLOWED_ON_RDN | int (67). Indicates that the modify operation attempted to remove an attribute value that forms the entry's relative distinguished name. |
static const | OBJECT_CLASS_MODS_PROHIBITED | int (69). Indicates that the modify operation attempted to modify the structure rules of an object class. |
static const | OBJECT_CLASS_VIOLATION | int (65). Indicates that the add, modify, or modify DN operation violates the object class rules for the entry. |
static const | OPERATIONS_ERROR | int (1). Indicates an internal error. |
static const | OTHER | int (80). Indicates an unknown error condition. |
static const | PROTOCOL_ERROR | int (2). Indicates that the server has received an invalid or malformed request from the client. |
static const | REFERRAL | int (10). Does not indicate an error condition. |
static const | REFERRAL_LIMIT_EXCEEDED | int (97). Indicates that the referral exceeds the hop limit. |
static const | SASL_BIND_IN_PROGRESS | int (14). Does not indicate an error condition, but indicates that the server is ready for the next step in the process. |
static const | SERVER_DOWN | int (81). Indicates that the LDAP libraries cannot establish an initial connection with the LDAP server. Either the LDAP server is down or the specified host name or port number is incorrect. |
static const | SIZE_LIMIT_EXCEEDED | int (4). Indicates that in a search operation, the size limit specified by the client or the server has been exceeded. |
static const | STRONG_AUTH_REQUIRED | int (8). Indicates a problem with the level of authentication.
|
static const | SUCCESS | int (0). Indicates the requested client operation completed successfully. |
static const | TIME_LIMIT_EXCEEDED | int (3). Indicates that the operation's time limit specified by either the client or the server has been exceeded. |
static const | TLS_NOT_SUPPORTED | int (112). Indicates that TLS is not supported on the server. |
static const | UNAVAILABLE | int (52). Indicates that the LDAP server cannot process the client's bind request, usually because it is shutting down. |
static const | UNAVAILABLE_CRITICAL_EXTENSION | int (12). Indicates that the LDAP server was unable to satisfy a request because one or more critical extensions were not available. |
static const | UNDEFINED_ATTRIBUTE_TYPE | int (17). Indicates that the attribute specified in the modify or add operation does not exist in the LDAP server's schema. |
static const | UNWILLING_TO_PERFORM | int (53). Indicates that the LDAP server cannot process the request because of server-defined restrictions. |
static const | USER_CANCELLED | int (88). Indicates that the user cancelled the LDAP operation. |