comparison Core/Enumerations.h @ 1606:31f4adefb88f

issuing HTTP requests from the plugin SDK
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 01 Sep 2015 17:37:26 +0200
parents f2e3d030ea59
children 2dff2bdffdb8
comparison
equal deleted inserted replaced
1605:fd0464ce1962 1606:31f4adefb88f
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_BadJson = 28 /*!< Cannot parse a JSON document */,
78 ErrorCode_Unauthorized = 29 /*!< Bad credentials were provided to an HTTP request */,
78 ErrorCode_SQLiteNotOpened = 1000 /*!< SQLite: The database is not opened */, 79 ErrorCode_SQLiteNotOpened = 1000 /*!< SQLite: The database is not opened */,
79 ErrorCode_SQLiteAlreadyOpened = 1001 /*!< SQLite: Connection is already open */, 80 ErrorCode_SQLiteAlreadyOpened = 1001 /*!< SQLite: Connection is already open */,
80 ErrorCode_SQLiteCannotOpen = 1002 /*!< SQLite: Unable to open the database */, 81 ErrorCode_SQLiteCannotOpen = 1002 /*!< SQLite: Unable to open the database */,
81 ErrorCode_SQLiteStatementAlreadyUsed = 1003 /*!< SQLite: This cached statement is already being referred to */, 82 ErrorCode_SQLiteStatementAlreadyUsed = 1003 /*!< SQLite: This cached statement is already being referred to */,
82 ErrorCode_SQLiteExecute = 1004 /*!< SQLite: Cannot execute a command */, 83 ErrorCode_SQLiteExecute = 1004 /*!< SQLite: Cannot execute a command */,