diff Core/Enumerations.cpp @ 1746:d143db00a794 db-changes

SetOfResources
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 26 Oct 2015 16:04:58 +0100
parents b80e76dd1d56
children 53e045b5a8ec
line wrap: on
line diff
--- a/Core/Enumerations.cpp	Mon Oct 26 13:47:50 2015 +0100
+++ b/Core/Enumerations.cpp	Mon Oct 26 16:04:58 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";