diff 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
line wrap: on
line diff
--- a/Resources/ErrorCodes.json	Wed Nov 09 10:19:53 2016 +0100
+++ b/Resources/ErrorCodes.json	Wed Nov 09 10:21:37 2016 +0100
@@ -32,7 +32,7 @@
   {
     "Code": 4, 
     "Name": "NotEnoughMemory", 
-    "Description": "Not enough memory"
+    "Description": "The server hosting Orthanc is running out of memory"
   }, 
   {
     "Code": 5, 
@@ -198,11 +198,6 @@
   }, 
   {
     "Code": 35, 
-    "Name": "NotEnoughMemory", 
-    "Description": "The server hosting Orthanc is running out of memory"
-  }, 
-  {
-    "Code": 36, 
     "Name": "NullPointer", 
     "Description": "Cannot handle a NULL pointer"
   },