Details
-
Improvement
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
1.5.1
-
None
-
None
Description
It would be a great improvement to add the description aside the return code when getting an error response.
For example, instead of that:
LDAP: error code 16 - failed to modify entry uid=foobar,ou=Users,dc=example,dc=com: null
It would really be better to have that:
LDAP: error code 16 (LDAP_NO_SUCH_ATTRIBUTE) - failed to modify entry uid=foobar,ou=Users,dc=example,dc=com: null
It would save a some time to the user, that does need to find the meaning of the error code.