diff Core/Enumerations.h @ 1703:b80e76dd1d56 db-changes

ordered-slices continued
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 13 Oct 2015 16:10:35 +0200
parents 4fc502d469f4
children d143db00a794
line wrap: on
line diff
--- a/Core/Enumerations.h	Mon Oct 12 17:49:23 2015 +0200
+++ b/Core/Enumerations.h	Tue Oct 13 16:10:35 2015 +0200
@@ -135,6 +135,7 @@
     ErrorCode_DatabaseBackendAlreadyRegistered = 2037    /*!< Another plugin has already registered a custom database back-end */,
     ErrorCode_DatabaseNotInitialized = 2038    /*!< Plugin trying to call the database during its initialization */,
     ErrorCode_SslDisabled = 2039    /*!< Orthanc has been built without SSL support */,
+    ErrorCode_CannotOrderSlices = 2040    /*!< Unable to order the slices of the series */,
     ErrorCode_START_PLUGINS = 1000000
   };