diff Resources/ErrorCodes.json @ 3603:7e303ba837d9 storage-commitment

NoStorageCommitmentHandler error code
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 16 Jan 2020 18:10:57 +0100
parents e280ced38a4c
children 9fe1d64a748c
line wrap: on
line diff
--- a/Resources/ErrorCodes.json	Thu Jan 16 15:28:32 2020 +0100
+++ b/Resources/ErrorCodes.json	Thu Jan 16 18:10:57 2020 +0100
@@ -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)"
+  },