comparison Orthanc/Core/Enumerations.h @ 85:581937911d14

merge
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 13 Oct 2015 17:51:49 +0200
parents d6da56f86e5a
children bc05500ea317
comparison
equal deleted inserted replaced
84:02708dbbe449 85:581937911d14
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_SslDisabled = 2039 /*!< Orthanc has been built without SSL support */,
138 ErrorCode_CannotOrderSlices = 2040 /*!< Unable to order the slices of the series */,
137 ErrorCode_START_PLUGINS = 1000000 139 ErrorCode_START_PLUGINS = 1000000
138 }; 140 };
139 141
140 enum LogLevel 142 enum LogLevel
141 { 143 {