comparison OrthancFramework/Sources/Enumerations.h @ 4442:f77ee6e6cf47

new error code: ErrorCode_BadRange
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 11 Jan 2021 14:32:44 +0100
parents d9473bd5ed43
children 9c070a34de18
comparison
equal deleted inserted replaced
4441:453cd3a5a0da 4442:f77ee6e6cf47
131 ErrorCode_DatabaseUnavailable = 36 /*!< The database is currently not available (probably a transient situation) */, 131 ErrorCode_DatabaseUnavailable = 36 /*!< The database is currently not available (probably a transient situation) */,
132 ErrorCode_CanceledJob = 37 /*!< This job was canceled */, 132 ErrorCode_CanceledJob = 37 /*!< This job was canceled */,
133 ErrorCode_BadGeometry = 38 /*!< Geometry error encountered in Stone */, 133 ErrorCode_BadGeometry = 38 /*!< Geometry error encountered in Stone */,
134 ErrorCode_SslInitialization = 39 /*!< Cannot initialize SSL encryption, check out your certificates */, 134 ErrorCode_SslInitialization = 39 /*!< Cannot initialize SSL encryption, check out your certificates */,
135 ErrorCode_DiscontinuedAbi = 40 /*!< Calling a function that has been removed from the Orthanc Framework */, 135 ErrorCode_DiscontinuedAbi = 40 /*!< Calling a function that has been removed from the Orthanc Framework */,
136 ErrorCode_BadRange = 41 /*!< Incorrect range request */,
136 ErrorCode_SQLiteNotOpened = 1000 /*!< SQLite: The database is not opened */, 137 ErrorCode_SQLiteNotOpened = 1000 /*!< SQLite: The database is not opened */,
137 ErrorCode_SQLiteAlreadyOpened = 1001 /*!< SQLite: Connection is already open */, 138 ErrorCode_SQLiteAlreadyOpened = 1001 /*!< SQLite: Connection is already open */,
138 ErrorCode_SQLiteCannotOpen = 1002 /*!< SQLite: Unable to open the database */, 139 ErrorCode_SQLiteCannotOpen = 1002 /*!< SQLite: Unable to open the database */,
139 ErrorCode_SQLiteStatementAlreadyUsed = 1003 /*!< SQLite: This cached statement is already being referred to */, 140 ErrorCode_SQLiteStatementAlreadyUsed = 1003 /*!< SQLite: This cached statement is already being referred to */,
140 ErrorCode_SQLiteExecute = 1004 /*!< SQLite: Cannot execute a command */, 141 ErrorCode_SQLiteExecute = 1004 /*!< SQLite: Cannot execute a command */,