Mercurial > hg > orthanc
diff Core/Enumerations.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 | ea299aca479b |
children | e280ced38a4c |
line wrap: on
line diff
--- a/Core/Enumerations.h Tue May 14 16:38:20 2019 +0200 +++ b/Core/Enumerations.h Wed May 15 16:30:24 2019 +0200 @@ -178,6 +178,7 @@ ErrorCode_NullPointer = 35 /*!< Cannot handle a NULL pointer */, ErrorCode_DatabaseUnavailable = 36 /*!< The database is currently not available (probably a transient situation) */, ErrorCode_CanceledJob = 37 /*!< This job was canceled */, + ErrorCode_BadGeometry = 38 /*!< Geometry error encountered in Stone */, ErrorCode_SQLiteNotOpened = 1000 /*!< SQLite: The database is not opened */, ErrorCode_SQLiteAlreadyOpened = 1001 /*!< SQLite: Connection is already open */, ErrorCode_SQLiteCannotOpen = 1002 /*!< SQLite: Unable to open the database */,