diff Core/OrthancException.cpp @ 693:01d8611c4a60

md5 for attached files
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 04 Feb 2014 17:52:51 +0100
parents 2d0a347e8cfc
children 309e686b41e7
line wrap: on
line diff
--- a/Core/OrthancException.cpp	Tue Feb 04 16:57:34 2014 +0100
+++ b/Core/OrthancException.cpp	Tue Feb 04 17:52:51 2014 +0100
@@ -105,6 +105,9 @@
       case ErrorCode_NetworkProtocol:
         return "Error in the network protocol";
 
+      case ErrorCode_CorruptedFile:
+        return "Corrupted file (inconsistent MD5 hash)";
+
       case ErrorCode_Custom:
       default:
         return "???";