diff OrthancFramework/Sources/Enumerations.cpp @ 4047:0327421506ad framework

fix paths in GenerateErrorCodes.py
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 11 Jun 2020 07:53:13 +0200
parents d25f4c0fa160
children 7116e34221fe
line wrap: on
line diff
--- a/OrthancFramework/Sources/Enumerations.cpp	Wed Jun 10 21:43:31 2020 +0200
+++ b/OrthancFramework/Sources/Enumerations.cpp	Thu Jun 11 07:53:13 2020 +0200
@@ -369,12 +369,12 @@
       case ErrorCode_AlreadyExistingTag:
         return "Cannot override the value of a tag that already exists";
 
+      case ErrorCode_NoStorageCommitmentHandler:
+        return "No request handler factory for DICOM N-ACTION SCP (storage commitment)";
+
       case ErrorCode_NoCGetHandler:
         return "No request handler factory for DICOM C-GET SCP";
 
-      case ErrorCode_NoStorageCommitmentHandler:
-        return "No request handler factory for DICOM N-ACTION SCP (storage commitment)";
-
       case ErrorCode_UnsupportedMediaType:
         return "Unsupported media type";