diff Core/OrthancException.cpp @ 1135:67c3c1e4a6e0

index-only mode, and custom storage area with plugins
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 09 Sep 2014 15:55:43 +0200
parents 64f1842aae2e
children db753e57934f
line wrap: on
line diff
--- a/Core/OrthancException.cpp	Tue Sep 09 12:53:49 2014 +0200
+++ b/Core/OrthancException.cpp	Tue Sep 09 15:55:43 2014 +0200
@@ -127,6 +127,9 @@
       case ErrorCode_SystemCommand:
         return "Error while calling a system command";
 
+      case ErrorCode_Plugin:
+        return "Error encountered inside a plugin";
+
       case ErrorCode_Custom:
       default:
         return "???";