[TIMOB-12927] CodeProcessor: Rearchitect packet format for errors, warnings, and plugins
| GitHub Issue | n/a |
|---|---|
| Type | Bug |
| Priority | Low |
| Status | Closed |
| Resolution | Fixed |
| Resolution Date | 2013-03-06T06:50:02.000+0000 |
| Affected Version/s | Release 3.0.0 |
| Fix Version/s | Release 3.1.0, 2013 Sprint 05 JS, 2013 Sprint 05 |
| Components | Code Processor |
| Labels | n/a |
| Reporter | Bryan Hughes |
| Assignee | Praveen Innamuri |
| Created | 2013-03-02T00:48:44.000+0000 |
| Updated | 2017-03-09T00:37:20.000+0000 |
Description
The current format for error, warnings, and some plugin entries is really messy. Some data goes in the root level and some goes in a "data" sub-object. There used to be a clear delineation between what went where, but that is long gone. Also, subprocess error/warning messages don't have the same structure as errors do internally, but they should
Closing ticket as fixed.