Mercurial > hg > orthanc
diff 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 |
line wrap: on
line diff
--- a/Core/Enumerations.h Thu Jan 16 15:28:32 2020 +0100 +++ b/Core/Enumerations.h Thu Jan 16 18:10:57 2020 +0100 @@ -239,6 +239,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_NoStorageCommitmentHandler = 2043 /*!< No request handler factory for DICOM N-ACTION SCP (storage commitment) */, ErrorCode_UnsupportedMediaType = 3000 /*!< Unsupported media type */, ErrorCode_START_PLUGINS = 1000000 };