comparison Core/Enumerations.h @ 1610:2dff2bdffdb8

font support within Orthanc
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 04 Sep 2015 13:44:21 +0200
parents 31f4adefb88f
children ffd23c0104af
comparison
equal deleted inserted replaced
1609:c74495267acf 1610:2dff2bdffdb8
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_Unauthorized = 29 /*!< Bad credentials were provided to an HTTP request */,
79 ErrorCode_BadFont = 30 /*!< Badly formatted font file */,
79 ErrorCode_SQLiteNotOpened = 1000 /*!< SQLite: The database is not opened */, 80 ErrorCode_SQLiteNotOpened = 1000 /*!< SQLite: The database is not opened */,
80 ErrorCode_SQLiteAlreadyOpened = 1001 /*!< SQLite: Connection is already open */, 81 ErrorCode_SQLiteAlreadyOpened = 1001 /*!< SQLite: Connection is already open */,
81 ErrorCode_SQLiteCannotOpen = 1002 /*!< SQLite: Unable to open the database */, 82 ErrorCode_SQLiteCannotOpen = 1002 /*!< SQLite: Unable to open the database */,
82 ErrorCode_SQLiteStatementAlreadyUsed = 1003 /*!< SQLite: This cached statement is already being referred to */, 83 ErrorCode_SQLiteStatementAlreadyUsed = 1003 /*!< SQLite: This cached statement is already being referred to */,
83 ErrorCode_SQLiteExecute = 1004 /*!< SQLite: Cannot execute a command */, 84 ErrorCode_SQLiteExecute = 1004 /*!< SQLite: Cannot execute a command */,