comparison Core/Enumerations.h @ 1980:ebce5f456b8e

new error code: ErrorCode_AlreadyExistingTag
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 22 Apr 2016 08:57:33 +0200
parents d90f737f2dde
children e2a3ff770b48
comparison
equal deleted inserted replaced
1979:9e0f408db796 1980:ebce5f456b8e
137 ErrorCode_DatabaseBackendAlreadyRegistered = 2037 /*!< Another plugin has already registered a custom database back-end */, 137 ErrorCode_DatabaseBackendAlreadyRegistered = 2037 /*!< Another plugin has already registered a custom database back-end */,
138 ErrorCode_DatabaseNotInitialized = 2038 /*!< Plugin trying to call the database during its initialization */, 138 ErrorCode_DatabaseNotInitialized = 2038 /*!< Plugin trying to call the database during its initialization */,
139 ErrorCode_SslDisabled = 2039 /*!< Orthanc has been built without SSL support */, 139 ErrorCode_SslDisabled = 2039 /*!< Orthanc has been built without SSL support */,
140 ErrorCode_CannotOrderSlices = 2040 /*!< Unable to order the slices of the series */, 140 ErrorCode_CannotOrderSlices = 2040 /*!< Unable to order the slices of the series */,
141 ErrorCode_NoWorklistHandler = 2041 /*!< No request handler factory for DICOM C-Find Modality SCP */, 141 ErrorCode_NoWorklistHandler = 2041 /*!< No request handler factory for DICOM C-Find Modality SCP */,
142 ErrorCode_AlreadyExistingTag = 2042 /*!< Cannot override the value of a tag that already exists */,
142 ErrorCode_START_PLUGINS = 1000000 143 ErrorCode_START_PLUGINS = 1000000
143 }; 144 };
144 145
145 enum LogLevel 146 enum LogLevel
146 { 147 {