diff Core/OrthancException.cpp @ 853:839be3022203 jpeg

DicomImageInformation
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 06 Jun 2014 11:45:16 +0200
parents a811bdf8b8eb
children 0570a8c859cb
line wrap: on
line diff
--- a/Core/OrthancException.cpp	Fri Jun 06 10:28:02 2014 +0200
+++ b/Core/OrthancException.cpp	Fri Jun 06 11:45:16 2014 +0200
@@ -115,6 +115,12 @@
       case ErrorCode_ReadOnly:
         return "Cannot modify a read-only data structure";
 
+      case ErrorCode_IncompatibleImageSize:
+        return "Incompatible size of the images";
+
+      case ErrorCode_IncompatibleImageFormat:
+        return "Incompatible format of the images";
+
       case ErrorCode_Custom:
       default:
         return "???";