Mercurial > hg > orthanc
comparison Core/Enumerations.h @ 1703:b80e76dd1d56 db-changes
ordered-slices continued
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Tue, 13 Oct 2015 16:10:35 +0200 |
parents | 4fc502d469f4 |
children | d143db00a794 |
comparison
equal
deleted
inserted
replaced
1702:9980875edc7c | 1703:b80e76dd1d56 |
---|---|
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 */, | 137 ErrorCode_SslDisabled = 2039 /*!< Orthanc has been built without SSL support */, |
138 ErrorCode_CannotOrderSlices = 2040 /*!< Unable to order the slices of the series */, | |
138 ErrorCode_START_PLUGINS = 1000000 | 139 ErrorCode_START_PLUGINS = 1000000 |
139 }; | 140 }; |
140 | 141 |
141 enum LogLevel | 142 enum LogLevel |
142 { | 143 { |