diff OrthancServer/main.cpp @ 1746:d143db00a794 db-changes

SetOfResources
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 26 Oct 2015 16:04:58 +0100
parents 06addfcd1d4c
children 5ad4e4d92ecb
line wrap: on
line diff
--- a/OrthancServer/main.cpp	Mon Oct 26 13:47:50 2015 +0100
+++ b/OrthancServer/main.cpp	Mon Oct 26 16:04:58 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");