Mercurial > hg > orthanc
comparison Core/Enumerations.h @ 3404:e280ced38a4c
ErrorCode_UnsupportedMediaType
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Fri, 07 Jun 2019 18:43:42 +0200 |
parents | 56ea9c476dba |
children | c08bb6ac3b7f |
comparison
equal
deleted
inserted
replaced
3403:630fc934597f | 3404:e280ced38a4c |
---|---|
236 ErrorCode_DatabaseNotInitialized = 2038 /*!< Plugin trying to call the database during its initialization */, | 236 ErrorCode_DatabaseNotInitialized = 2038 /*!< Plugin trying to call the database during its initialization */, |
237 ErrorCode_SslDisabled = 2039 /*!< Orthanc has been built without SSL support */, | 237 ErrorCode_SslDisabled = 2039 /*!< Orthanc has been built without SSL support */, |
238 ErrorCode_CannotOrderSlices = 2040 /*!< Unable to order the slices of the series */, | 238 ErrorCode_CannotOrderSlices = 2040 /*!< Unable to order the slices of the series */, |
239 ErrorCode_NoWorklistHandler = 2041 /*!< No request handler factory for DICOM C-Find Modality SCP */, | 239 ErrorCode_NoWorklistHandler = 2041 /*!< No request handler factory for DICOM C-Find Modality SCP */, |
240 ErrorCode_AlreadyExistingTag = 2042 /*!< Cannot override the value of a tag that already exists */, | 240 ErrorCode_AlreadyExistingTag = 2042 /*!< Cannot override the value of a tag that already exists */, |
241 ErrorCode_UnsupportedMediaType = 3000 /*!< Unsupported media type */, | |
241 ErrorCode_START_PLUGINS = 1000000 | 242 ErrorCode_START_PLUGINS = 1000000 |
242 }; | 243 }; |
243 | 244 |
244 enum LogLevel | 245 enum LogLevel |
245 { | 246 { |