diff Core/Enumerations.h @ 1630:ffd23c0104af

"/system" URI gives information about the plugins used for storage area and DB back-end
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 21 Sep 2015 13:26:45 +0200
parents 2dff2bdffdb8
children 87c77b9b3679
line wrap: on
line diff
--- a/Core/Enumerations.h	Fri Sep 18 17:45:59 2015 +0200
+++ b/Core/Enumerations.h	Mon Sep 21 13:26:45 2015 +0200
@@ -128,7 +128,10 @@
     ErrorCode_LuaAlreadyExecuted = 2032    /*!< Arguments cannot be pushed after the Lua function is executed */,
     ErrorCode_LuaBadOutput = 2033    /*!< The Lua function does not give the expected number of outputs */,
     ErrorCode_NotLuaPredicate = 2034    /*!< The Lua function is not a predicate (only true/false outputs allowed) */,
-    ErrorCode_LuaReturnsNoString = 2035    /*!< The Lua function does not return a string */
+    ErrorCode_LuaReturnsNoString = 2035    /*!< The Lua function does not return a string */,
+    ErrorCode_StorageAreaAlreadyRegistered = 2036    /*!< Another plugin has already registered a custom storage area */,
+    ErrorCode_DatabaseBackendAlreadyRegistered = 2037    /*!< Another plugin has already registered a custom database back-end */,
+    ErrorCode_DatabasePlugin = 2038    /*!< The plugin implementing a custom database back-end does not fulfill the proper interface */
   };
 
   enum LogLevel