Mercurial > hg > orthanc
comparison Core/Enumerations.h @ 3603:7e303ba837d9 storage-commitment
NoStorageCommitmentHandler error code
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Thu, 16 Jan 2020 18:10:57 +0100 |
parents | 085283445db0 |
children | c1e2b91c2ab4 |
comparison
equal
deleted
inserted
replaced
3602:085283445db0 | 3603:7e303ba837d9 |
---|---|
237 ErrorCode_DatabaseNotInitialized = 2038 /*!< Plugin trying to call the database during its initialization */, | 237 ErrorCode_DatabaseNotInitialized = 2038 /*!< Plugin trying to call the database during its initialization */, |
238 ErrorCode_SslDisabled = 2039 /*!< Orthanc has been built without SSL support */, | 238 ErrorCode_SslDisabled = 2039 /*!< Orthanc has been built without SSL support */, |
239 ErrorCode_CannotOrderSlices = 2040 /*!< Unable to order the slices of the series */, | 239 ErrorCode_CannotOrderSlices = 2040 /*!< Unable to order the slices of the series */, |
240 ErrorCode_NoWorklistHandler = 2041 /*!< No request handler factory for DICOM C-Find Modality SCP */, | 240 ErrorCode_NoWorklistHandler = 2041 /*!< No request handler factory for DICOM C-Find Modality SCP */, |
241 ErrorCode_AlreadyExistingTag = 2042 /*!< Cannot override the value of a tag that already exists */, | 241 ErrorCode_AlreadyExistingTag = 2042 /*!< Cannot override the value of a tag that already exists */, |
242 ErrorCode_NoStorageCommitmentHandler = 2043 /*!< No request handler factory for DICOM N-ACTION SCP (storage commitment) */, | |
242 ErrorCode_UnsupportedMediaType = 3000 /*!< Unsupported media type */, | 243 ErrorCode_UnsupportedMediaType = 3000 /*!< Unsupported media type */, |
243 ErrorCode_START_PLUGINS = 1000000 | 244 ErrorCode_START_PLUGINS = 1000000 |
244 }; | 245 }; |
245 | 246 |
246 enum LogLevel | 247 enum LogLevel |