You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@directory.apache.org by "Pierre-Arnaud Marcelot (JIRA)" <ji...@apache.org> on 2008/03/14 14:05:24 UTC

[jira] Created: (DIRSERVER-1148) Add the description of the return code when getting an ErrorResponse.

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.


[jira] Closed: (DIRSERVER-1148) Add the description of the return code when getting an ErrorResponse.

Posted by "Alex Karasulu (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/DIRSERVER-1148?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Alex Karasulu closed DIRSERVER-1148.
------------------------------------

    Resolution: Fixed

http://svn.apache.org/viewvc?view=rev&revision=692922

> 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
>            Assignee: Alex Karasulu
>            Priority: Minor
>             Fix For: 1.5.4
>
>
> 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.


[jira] Updated: (DIRSERVER-1148) Add the description of the return code when getting an ErrorResponse.

Posted by "Emmanuel Lecharny (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/DIRSERVER-1148?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Emmanuel Lecharny updated DIRSERVER-1148:
-----------------------------------------

    Fix Version/s: 1.5.4

Should be easy to fix

> 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
>             Fix For: 1.5.4
>
>
> 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.


[jira] Assigned: (DIRSERVER-1148) Add the description of the return code when getting an ErrorResponse.

Posted by "Alex Karasulu (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/DIRSERVER-1148?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Alex Karasulu reassigned DIRSERVER-1148:
----------------------------------------

    Assignee: Alex Karasulu

> 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
>            Assignee: Alex Karasulu
>            Priority: Minor
>             Fix For: 1.5.4
>
>
> 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.