diff Resources/ErrorCodes.json @ 1980:ebce5f456b8e

new error code: ErrorCode_AlreadyExistingTag
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 22 Apr 2016 08:57:33 +0200
parents d90f737f2dde
children a43708636890
line wrap: on
line diff
--- a/Resources/ErrorCodes.json	Fri Apr 22 08:47:43 2016 +0200
+++ b/Resources/ErrorCodes.json	Fri Apr 22 08:57:33 2016 +0200
@@ -518,5 +518,10 @@
     "Code": 2041, 
     "Name": "NoWorklistHandler", 
     "Description": "No request handler factory for DICOM C-Find Modality SCP"
+  },
+  {
+    "Code": 2042,
+    "Name": "AlreadyExistingTag",
+    "Description": "Cannot override the value of a tag that already exists"
   }
 ]