diff 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
line wrap: on
line diff
--- a/Resources/ErrorCodes.json	Tue Nov 08 10:49:45 2016 +0100
+++ b/Resources/ErrorCodes.json	Wed Nov 09 10:19:53 2016 +0100
@@ -195,6 +195,16 @@
     "HttpStatus": 406, 
     "Name": "NotAcceptable", 
     "Description": "Cannot send a response which is acceptable according to the Accept HTTP header"
+  }, 
+  {
+    "Code": 35, 
+    "Name": "NotEnoughMemory", 
+    "Description": "The server hosting Orthanc is running out of memory"
+  }, 
+  {
+    "Code": 36, 
+    "Name": "NullPointer", 
+    "Description": "Cannot handle a NULL pointer"
   },