diff Orthanc/Core/Enumerations.cpp @ 89:bc05500ea317

sync
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 09 Nov 2015 09:34:49 +0100
parents 581937911d14
children a54260a7fe59
line wrap: on
line diff
--- a/Orthanc/Core/Enumerations.cpp	Thu Oct 29 15:03:26 2015 +0100
+++ b/Orthanc/Core/Enumerations.cpp	Mon Nov 09 09:34:49 2015 +0100
@@ -148,6 +148,9 @@
       case ErrorCode_StorageAreaPlugin:
         return "Error in the plugin implementing a custom storage area";
 
+      case ErrorCode_EmptyRequest:
+        return "The request is empty";
+
       case ErrorCode_SQLiteNotOpened:
         return "SQLite: The database is not opened";