Mercurial > hg > orthanc
diff 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 |
line wrap: on
line diff
--- a/Core/Enumerations.h Fri Jun 07 17:24:26 2019 +0200 +++ b/Core/Enumerations.h Fri Jun 07 18:43:42 2019 +0200 @@ -238,6 +238,7 @@ ErrorCode_CannotOrderSlices = 2040 /*!< Unable to order the slices of the series */, ErrorCode_NoWorklistHandler = 2041 /*!< No request handler factory for DICOM C-Find Modality SCP */, ErrorCode_AlreadyExistingTag = 2042 /*!< Cannot override the value of a tag that already exists */, + ErrorCode_UnsupportedMediaType = 3000 /*!< Unsupported media type */, ErrorCode_START_PLUGINS = 1000000 };