Mercurial > hg > orthanc
comparison Resources/ErrorCodes.json @ 2132:a43708636890
ErrorCode_NotEnoughMemory and ErrorCode_NullPointer
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Wed, 09 Nov 2016 10:19:53 +0100 |
parents | ebce5f456b8e |
children | 15ae532af70e |
comparison
equal
deleted
inserted
replaced
2131:bb199bccdc45 | 2132:a43708636890 |
---|---|
193 { | 193 { |
194 "Code": 34, | 194 "Code": 34, |
195 "HttpStatus": 406, | 195 "HttpStatus": 406, |
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 }, | |
199 { | |
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", | |
207 "Description": "Cannot handle a NULL pointer" | |
198 }, | 208 }, |
199 | 209 |
200 | 210 |
201 | 211 |
202 /** SQLite **/ | 212 /** SQLite **/ |