diff Core/OrthancException.cpp @ 1248:db753e57934f

ErrorCode_Database
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 09 Dec 2014 12:17:59 +0100
parents 67c3c1e4a6e0
children 6e7e5ed91c2d
line wrap: on
line diff
--- a/Core/OrthancException.cpp	Mon Dec 08 13:54:27 2014 +0100
+++ b/Core/OrthancException.cpp	Tue Dec 09 12:17:59 2014 +0100
@@ -130,6 +130,9 @@
       case ErrorCode_Plugin:
         return "Error encountered inside a plugin";
 
+      case ErrorCode_Database:
+        return "Error with the database engine";
+
       case ErrorCode_Custom:
       default:
         return "???";