Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 423177

Summary: Fix error/status JSON representations across Projects stuff
Product: [ECD] Orion Reporter: Szymon Brandys <Szymon.Brandys>
Component: ClientAssignee: Malgorzata Janczarska <malgorzata.tomczyk>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3    
Version: 5.0   
Target Milestone: 5.0 M1   
Hardware: PC   
OS: Windows 7   
Whiteboard:

Description Szymon Brandys CLA 2013-12-04 07:57:16 EST
Across Orion all error representations use keys starting from uppercase character. Eg.
{
  Message: ...
  Code: ...
}

We should be consistent and do the same in new features. I noticed fields like "retry", "parameters" or "running" in Project's code and in new Deploy stuff.
Comment 1 Malgorzata Janczarska CLA 2013-12-04 10:02:29 EST
Fixed