diff Core/OrthancException.cpp @ 268:4bc02e2254ec

preparing ServerIndex for recycling
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 07 Dec 2012 13:43:35 +0100
parents bd009f0b1931
children 915ed24547ea
line wrap: on
line diff
--- a/Core/OrthancException.cpp	Fri Dec 07 13:19:42 2012 +0100
+++ b/Core/OrthancException.cpp	Fri Dec 07 13:43:35 2012 +0100
@@ -93,6 +93,9 @@
       case ErrorCode_IncompatibleDatabaseVersion:
         return "Incompatible version of the database";
 
+      case ErrorCode_FullStorage:
+        return "The file storage is full";
+
       case ErrorCode_Custom:
       default:
         return "???";