diff Plugins/Include/orthanc/OrthancCPlugin.h @ 3376:56ea9c476dba

new error code for Stone: BadGeometry
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 15 May 2019 16:30:24 +0200
parents 1a0b4db799e8
children a48d652f1500
line wrap: on
line diff
--- a/Plugins/Include/orthanc/OrthancCPlugin.h	Tue May 14 16:38:20 2019 +0200
+++ b/Plugins/Include/orthanc/OrthancCPlugin.h	Wed May 15 16:30:24 2019 +0200
@@ -238,6 +238,7 @@
     OrthancPluginErrorCode_NullPointer = 35    /*!< Cannot handle a NULL pointer */,
     OrthancPluginErrorCode_DatabaseUnavailable = 36    /*!< The database is currently not available (probably a transient situation) */,
     OrthancPluginErrorCode_CanceledJob = 37    /*!< This job was canceled */,
+    OrthancPluginErrorCode_BadGeometry = 38    /*!< Geometry error encountered in Stone */,
     OrthancPluginErrorCode_SQLiteNotOpened = 1000    /*!< SQLite: The database is not opened */,
     OrthancPluginErrorCode_SQLiteAlreadyOpened = 1001    /*!< SQLite: Connection is already open */,
     OrthancPluginErrorCode_SQLiteCannotOpen = 1002    /*!< SQLite: Unable to open the database */,