comparison 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
comparison
equal deleted inserted replaced
1595:e1e54a73ba8b 1596:f2e3d030ea59
72 ErrorCode_IncompatibleImageFormat = 23 /*!< Incompatible format of the images */, 72 ErrorCode_IncompatibleImageFormat = 23 /*!< Incompatible format of the images */,
73 ErrorCode_IncompatibleImageSize = 24 /*!< Incompatible size of the images */, 73 ErrorCode_IncompatibleImageSize = 24 /*!< Incompatible size of the images */,
74 ErrorCode_SharedLibrary = 25 /*!< Error while using a shared library (plugin) */, 74 ErrorCode_SharedLibrary = 25 /*!< Error while using a shared library (plugin) */,
75 ErrorCode_UnknownPluginService = 26 /*!< Plugin invoking an unknown service */, 75 ErrorCode_UnknownPluginService = 26 /*!< Plugin invoking an unknown service */,
76 ErrorCode_UnknownDicomTag = 27 /*!< Unknown DICOM tag */, 76 ErrorCode_UnknownDicomTag = 27 /*!< Unknown DICOM tag */,
77 ErrorCode_BadJson = 28 /*!< Cannot parse a JSON document */,
77 ErrorCode_SQLiteNotOpened = 1000 /*!< SQLite: The database is not opened */, 78 ErrorCode_SQLiteNotOpened = 1000 /*!< SQLite: The database is not opened */,
78 ErrorCode_SQLiteAlreadyOpened = 1001 /*!< SQLite: Connection is already open */, 79 ErrorCode_SQLiteAlreadyOpened = 1001 /*!< SQLite: Connection is already open */,
79 ErrorCode_SQLiteCannotOpen = 1002 /*!< SQLite: Unable to open the database */, 80 ErrorCode_SQLiteCannotOpen = 1002 /*!< SQLite: Unable to open the database */,
80 ErrorCode_SQLiteStatementAlreadyUsed = 1003 /*!< SQLite: This cached statement is already being referred to */, 81 ErrorCode_SQLiteStatementAlreadyUsed = 1003 /*!< SQLite: This cached statement is already being referred to */,
81 ErrorCode_SQLiteExecute = 1004 /*!< SQLite: Cannot execute a command */, 82 ErrorCode_SQLiteExecute = 1004 /*!< SQLite: Cannot execute a command */,