You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@olingo.apache.org by "Challen (JIRA)" <ji...@apache.org> on 2014/05/12 10:56:14 UTC

[jira] [Commented] (OLINGO-274) fix V4 json error response's deserializing

    [ https://issues.apache.org/jira/browse/OLINGO-274?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13994939#comment-13994939 ] 

Challen commented on OLINGO-274:
--------------------------------

https://git-wip-us.apache.org/repos/asf?p=olingo-odata4.git;a=commit;h=6f1f4d05bda2f3ee75bf2f6fa6a8668f8ab0b18f

[OLINGO-274] fix V4 json error response's deserializing ("details" & "innererror")

> fix V4 json error response's deserializing
> ------------------------------------------
>
>                 Key: OLINGO-274
>                 URL: https://issues.apache.org/jira/browse/OLINGO-274
>             Project: Olingo
>          Issue Type: Bug
>          Components: odata4-client
>    Affects Versions: V4 0.1.0
>            Reporter: Challen
>            Assignee: Challen
>             Fix For: V4 0.1.0
>
>
> V4 error is like: 
> {
>   "error": {
>     "code": "400",
>     "message": "Bad request.",
>     "target": "query",
>     "details": [
>       {
>        "code": "400",
>        "target": "$search" ,
>        "message": "Microsoft.Data.OData.BadRequest"
>       }
>     ],
>     "innererror": {
>       "trace": ["at Microsoft.Data.OData.MediaTypeUtils.GetContentTypeFromSettings....","callmethod2 etc"],
>       "context": {"key1":"for debug deployment only"}
>     }
>   }
> }



--
This message was sent by Atlassian JIRA
(v6.2#6252)