diff Resources/ErrorCodes.json @ 3799:320a2d224902

merge
author Alain Mazy <alain@mazy.be>
date Wed, 01 Apr 2020 10:15:33 +0200
parents 7e303ba837d9
children 9fe1d64a748c
line wrap: on
line diff
--- a/Resources/ErrorCodes.json	Wed Apr 01 10:14:49 2020 +0200
+++ b/Resources/ErrorCodes.json	Wed Apr 01 10:15:33 2020 +0200
@@ -547,6 +547,11 @@
     "Name": "AlreadyExistingTag",
     "Description": "Cannot override the value of a tag that already exists"
   },
+  {
+    "Code": 2043, 
+    "Name": "NoStorageCommitmentHandler", 
+    "Description": "No request handler factory for DICOM N-ACTION SCP (storage commitment)"
+  },