diff Resources/ErrorCodes.json @ 1674:4fc502d469f4 db-changes

fix build if SSL is disabled
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 02 Oct 2015 13:31:39 +0200
parents 87c77b9b3679
children b80e76dd1d56
line wrap: on
line diff
--- a/Resources/ErrorCodes.json	Fri Oct 02 13:26:05 2015 +0200
+++ b/Resources/ErrorCodes.json	Fri Oct 02 13:31:39 2015 +0200
@@ -492,5 +492,10 @@
     "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"
   }
 ]