Add the description of the return code when getting an ErrorResponse.
---------------------------------------------------------------------
Key: DIRSERVER-1148
URL: https://issues.apache.org/jira/browse/DIRSERVER-1148
Project: Directory ApacheDS
Issue Type: Improvement
Affects Versions: 1.5.1
Reporter: Pierre-Arnaud Marcelot
Priority: Minor
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.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.