diff Core/OrthancException.cpp @ 797:37adac56017a

ImageAccessor abstraction
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 06 May 2014 12:47:26 +0200
parents 309e686b41e7
children a811bdf8b8eb
line wrap: on
line diff
--- a/Core/OrthancException.cpp	Tue May 06 12:09:11 2014 +0200
+++ b/Core/OrthancException.cpp	Tue May 06 12:47:26 2014 +0200
@@ -111,6 +111,9 @@
       case ErrorCode_InexistentTag:
         return "Inexistent tag";
 
+      case ErrorCode_ReadOnly:
+        return "Cannot modify a read-only data structure";
+
       case ErrorCode_Custom:
       default:
         return "???";