diff Core/Enumerations.h @ 1644:939b921b2c81

plugin error dictionary
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 23 Sep 2015 22:05:27 +0200
parents 87c77b9b3679
children 4fc502d469f4
line wrap: on
line diff
--- a/Core/Enumerations.h	Wed Sep 23 14:42:20 2015 +0200
+++ b/Core/Enumerations.h	Wed Sep 23 22:05:27 2015 +0200
@@ -133,7 +133,8 @@
     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_DatabaseNotInitialized = 2038    /*!< Plugin trying to call the database during its initialization */
+    ErrorCode_DatabaseNotInitialized = 2038    /*!< Plugin trying to call the database during its initialization */,
+    ErrorCode_START_PLUGINS = 1000000
   };
 
   enum LogLevel