diff Core/OrthancException.cpp @ 730:309e686b41e7

better logging about nonexistent tags
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 25 Feb 2014 14:51:19 +0100
parents 01d8611c4a60
children 37adac56017a
line wrap: on
line diff
--- a/Core/OrthancException.cpp	Mon Feb 24 13:50:40 2014 +0100
+++ b/Core/OrthancException.cpp	Tue Feb 25 14:51:19 2014 +0100
@@ -108,6 +108,9 @@
       case ErrorCode_CorruptedFile:
         return "Corrupted file (inconsistent MD5 hash)";
 
+      case ErrorCode_InexistentTag:
+        return "Inexistent tag";
+
       case ErrorCode_Custom:
       default:
         return "???";