diff Resources/ErrorCodes.json @ 1589:334d3a92ed83

improvements to the ServeFolders plugin
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 26 Aug 2015 17:43:00 +0200
parents 9ea3d082b064
children f2e3d030ea59
line wrap: on
line diff
--- a/Resources/ErrorCodes.json	Wed Aug 26 16:49:46 2015 +0200
+++ b/Resources/ErrorCodes.json	Wed Aug 26 17:43:00 2015 +0200
@@ -157,6 +157,11 @@
     "Code": 27, 
     "Name": "UnknownDicomTag", 
     "Description": "Unknown DICOM tag"
+  }, 
+  {
+    "Code": 28, 
+    "Name": "RegularFileExpected", 
+    "Description": "The path does not point to a regular file"
   },