comparison Resources/ErrorCodes.json @ 2133:15ae532af70e

fix
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 09 Nov 2016 10:21:37 +0100
parents a43708636890
children ad8f30fc28d1
comparison
equal deleted inserted replaced
2132:a43708636890 2133:15ae532af70e
30 "SQLite": true 30 "SQLite": true
31 }, 31 },
32 { 32 {
33 "Code": 4, 33 "Code": 4,
34 "Name": "NotEnoughMemory", 34 "Name": "NotEnoughMemory",
35 "Description": "Not enough memory" 35 "Description": "The server hosting Orthanc is running out of memory"
36 }, 36 },
37 { 37 {
38 "Code": 5, 38 "Code": 5,
39 "HttpStatus": 400, 39 "HttpStatus": 400,
40 "Name": "BadParameterType", 40 "Name": "BadParameterType",
196 "Name": "NotAcceptable", 196 "Name": "NotAcceptable",
197 "Description": "Cannot send a response which is acceptable according to the Accept HTTP header" 197 "Description": "Cannot send a response which is acceptable according to the Accept HTTP header"
198 }, 198 },
199 { 199 {
200 "Code": 35, 200 "Code": 35,
201 "Name": "NotEnoughMemory",
202 "Description": "The server hosting Orthanc is running out of memory"
203 },
204 {
205 "Code": 36,
206 "Name": "NullPointer", 201 "Name": "NullPointer",
207 "Description": "Cannot handle a NULL pointer" 202 "Description": "Cannot handle a NULL pointer"
208 }, 203 },
209 204
210 205