diff Core/OrthancException.cpp @ 282:915ed24547ea

cache lru policy
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 12 Dec 2012 13:17:42 +0100
parents 4bc02e2254ec
children 4eea080e6e7a
line wrap: on
line diff
--- a/Core/OrthancException.cpp	Mon Dec 10 11:33:42 2012 +0100
+++ b/Core/OrthancException.cpp	Wed Dec 12 13:17:42 2012 +0100
@@ -96,6 +96,9 @@
       case ErrorCode_FullStorage:
         return "The file storage is full";
 
+      case ErrorCode_InexistentItem:
+        return "Accessing an inexistent item";
+
       case ErrorCode_Custom:
       default:
         return "???";