diff OrthancServer/main.cpp @ 3404:e280ced38a4c

ErrorCode_UnsupportedMediaType
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 07 Jun 2019 18:43:42 +0200
parents 56ea9c476dba
children 6add197274b1
line wrap: on
line diff
--- a/OrthancServer/main.cpp	Fri Jun 07 17:24:26 2019 +0200
+++ b/OrthancServer/main.cpp	Fri Jun 07 18:43:42 2019 +0200
@@ -671,6 +671,7 @@
     PrintErrorCode(ErrorCode_CannotOrderSlices, "Unable to order the slices of the series");
     PrintErrorCode(ErrorCode_NoWorklistHandler, "No request handler factory for DICOM C-Find Modality SCP");
     PrintErrorCode(ErrorCode_AlreadyExistingTag, "Cannot override the value of a tag that already exists");
+    PrintErrorCode(ErrorCode_UnsupportedMediaType, "Unsupported media type");
   }
 
   std::cout << std::endl;