comparison Resources/ErrorCodes.json @ 1596:f2e3d030ea59

BadJson error code
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 27 Aug 2015 15:36:43 +0200
parents 334d3a92ed83
children 31f4adefb88f
comparison
equal deleted inserted replaced
1595:e1e54a73ba8b 1596:f2e3d030ea59
158 "Name": "UnknownDicomTag", 158 "Name": "UnknownDicomTag",
159 "Description": "Unknown DICOM tag" 159 "Description": "Unknown DICOM tag"
160 }, 160 },
161 { 161 {
162 "Code": 28, 162 "Code": 28,
163 "Name": "RegularFileExpected", 163 "HttpStatus": 400,
164 "Description": "The path does not point to a regular file" 164 "Name": "BadJson",
165 "Description": "Cannot parse a JSON document"
165 }, 166 },
166 167
167 168
168 169
169 170