comparison 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
comparison
equal deleted inserted replaced
1643:87c77b9b3679 1644:939b921b2c81
131 ErrorCode_LuaBadOutput = 2033 /*!< The Lua function does not give the expected number of outputs */, 131 ErrorCode_LuaBadOutput = 2033 /*!< The Lua function does not give the expected number of outputs */,
132 ErrorCode_NotLuaPredicate = 2034 /*!< The Lua function is not a predicate (only true/false outputs allowed) */, 132 ErrorCode_NotLuaPredicate = 2034 /*!< The Lua function is not a predicate (only true/false outputs allowed) */,
133 ErrorCode_LuaReturnsNoString = 2035 /*!< The Lua function does not return a string */, 133 ErrorCode_LuaReturnsNoString = 2035 /*!< The Lua function does not return a string */,
134 ErrorCode_StorageAreaAlreadyRegistered = 2036 /*!< Another plugin has already registered a custom storage area */, 134 ErrorCode_StorageAreaAlreadyRegistered = 2036 /*!< Another plugin has already registered a custom storage area */,
135 ErrorCode_DatabaseBackendAlreadyRegistered = 2037 /*!< Another plugin has already registered a custom database back-end */, 135 ErrorCode_DatabaseBackendAlreadyRegistered = 2037 /*!< Another plugin has already registered a custom database back-end */,
136 ErrorCode_DatabaseNotInitialized = 2038 /*!< Plugin trying to call the database during its initialization */ 136 ErrorCode_DatabaseNotInitialized = 2038 /*!< Plugin trying to call the database during its initialization */,
137 ErrorCode_START_PLUGINS = 1000000
137 }; 138 };
138 139
139 enum LogLevel 140 enum LogLevel
140 { 141 {
141 LogLevel_Error, 142 LogLevel_Error,