diff Core/Enumerations.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 45e1631febbb
children e280ced38a4c
line wrap: on
line diff
--- a/Core/Enumerations.cpp	Tue May 14 16:38:20 2019 +0200
+++ b/Core/Enumerations.cpp	Wed May 15 16:30:24 2019 +0200
@@ -185,6 +185,9 @@
       case ErrorCode_CanceledJob:
         return "This job was canceled";
 
+      case ErrorCode_BadGeometry:
+        return "Geometry error encountered in Stone";
+
       case ErrorCode_SQLiteNotOpened:
         return "SQLite: The database is not opened";