You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@shindig.apache.org by "Sachin Shenoy (JIRA)" <ji...@apache.org> on 2009/04/23 18:12:30 UTC

[jira] Created: (SHINDIG-1028) Json RPC should support "data" section which sending out error.

Json RPC should support "data" section which sending out error.
---------------------------------------------------------------

                 Key: SHINDIG-1028
                 URL: https://issues.apache.org/jira/browse/SHINDIG-1028
             Project: Shindig
          Issue Type: New Feature
          Components: Java
    Affects Versions: trunk
            Reporter: Sachin Shenoy
            Priority: Minor


According to JSON RPC spec http://groups.google.com/group/json-rpc/web/json-rpc-1-2-proposal#error-object

An  error can contain "data" section like defined below.

"""
data
Additional information, may be omitted. Its contents is entirely defined by the application (e.g. detailed error information, nested errors etc.).
"""

It would be good to shindig to support the same.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (SHINDIG-1028) Json RPC should support "data" section which sending out error.

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

Adam Winer resolved SHINDIG-1028.
---------------------------------

    Resolution: Fixed
      Assignee: Adam Winer

Was fixed back on 2009-04-23.

> Json RPC should support "data" section which sending out error.
> ---------------------------------------------------------------
>
>                 Key: SHINDIG-1028
>                 URL: https://issues.apache.org/jira/browse/SHINDIG-1028
>             Project: Shindig
>          Issue Type: New Feature
>          Components: Java
>    Affects Versions: trunk
>            Reporter: Sachin Shenoy
>            Assignee: Adam Winer
>            Priority: Minor
>   Original Estimate: 24h
>  Remaining Estimate: 24h
>
> According to JSON RPC spec http://groups.google.com/group/json-rpc/web/json-rpc-1-2-proposal#error-object
> An  error can contain "data" section like defined below.
> """
> data
> Additional information, may be omitted. Its contents is entirely defined by the application (e.g. detailed error information, nested errors etc.).
> """
> It would be good to shindig to support the same.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.