diff Resources/ErrorCodes.json @ 1705:77d3e3a13c10

integration db-changes->mainline
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 13 Oct 2015 16:42:03 +0200
parents b80e76dd1d56
children d143db00a794
line wrap: on
line diff
--- a/Resources/ErrorCodes.json	Fri Oct 09 17:20:26 2015 +0200
+++ b/Resources/ErrorCodes.json	Tue Oct 13 16:42:03 2015 +0200
@@ -492,5 +492,15 @@
     "Code": 2038,
     "Name": "DatabaseNotInitialized",
     "Description": "Plugin trying to call the database during its initialization"
+  },
+  { 
+    "Code": 2039,
+    "Name": "SslDisabled",
+    "Description": "Orthanc has been built without SSL support"
+  },
+  {
+    "Code": 2040,
+    "Name": "CannotOrderSlices",
+    "Description": "Unable to order the slices of the series"
   }
 ]