diff Core/Enumerations.h @ 1596:f2e3d030ea59

BadJson error code
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 27 Aug 2015 15:36:43 +0200
parents 9ea3d082b064
children 31f4adefb88f
line wrap: on
line diff
--- a/Core/Enumerations.h	Thu Aug 27 14:58:58 2015 +0200
+++ b/Core/Enumerations.h	Thu Aug 27 15:36:43 2015 +0200
@@ -74,6 +74,7 @@
     ErrorCode_SharedLibrary = 25    /*!< Error while using a shared library (plugin) */,
     ErrorCode_UnknownPluginService = 26    /*!< Plugin invoking an unknown service */,
     ErrorCode_UnknownDicomTag = 27    /*!< Unknown DICOM tag */,
+    ErrorCode_BadJson = 28    /*!< Cannot parse a JSON document */,
     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 */,