diff OrthancServer/main.cpp @ 1763:f7014cca73c7

integration db-changes->mainline
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 29 Oct 2015 12:45:20 +0100
parents d143db00a794
children 5ad4e4d92ecb
line wrap: on
line diff
--- a/OrthancServer/main.cpp	Fri Oct 23 17:04:22 2015 +0200
+++ b/OrthancServer/main.cpp	Thu Oct 29 12:45:20 2015 +0100
@@ -491,6 +491,7 @@
     PrintErrorCode(ErrorCode_BadFont, "Badly formatted font file");
     PrintErrorCode(ErrorCode_DatabasePlugin, "The plugin implementing a custom database back-end does not fulfill the proper interface");
     PrintErrorCode(ErrorCode_StorageAreaPlugin, "Error in the plugin implementing a custom storage area");
+    PrintErrorCode(ErrorCode_EmptyRequest, "The request is empty");
     PrintErrorCode(ErrorCode_SQLiteNotOpened, "SQLite: The database is not opened");
     PrintErrorCode(ErrorCode_SQLiteAlreadyOpened, "SQLite: Connection is already open");
     PrintErrorCode(ErrorCode_SQLiteCannotOpen, "SQLite: Unable to open the database");