diff OrthancServer/main.cpp @ 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 07a2f637b76d
children e280ced38a4c
line wrap: on
line diff
--- a/OrthancServer/main.cpp	Tue May 14 16:38:20 2019 +0200
+++ b/OrthancServer/main.cpp	Wed May 15 16:30:24 2019 +0200
@@ -611,6 +611,7 @@
     PrintErrorCode(ErrorCode_NullPointer, "Cannot handle a NULL pointer");
     PrintErrorCode(ErrorCode_DatabaseUnavailable, "The database is currently not available (probably a transient situation)");
     PrintErrorCode(ErrorCode_CanceledJob, "This job was canceled");
+    PrintErrorCode(ErrorCode_BadGeometry, "Geometry error encountered in Stone");
     PrintErrorCode(ErrorCode_SQLiteNotOpened, "SQLite: The database is not opened");
     PrintErrorCode(ErrorCode_SQLiteAlreadyOpened, "SQLite: Connection is already open");
     PrintErrorCode(ErrorCode_SQLiteCannotOpen, "SQLite: Unable to open the database");