comparison OrthancFramework/Sources/Enumerations.h @ 4551:350a22c094f2 db-changes

testing replay of transactions
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 02 Mar 2021 19:36:59 +0100
parents 671ee7c1fd46
children de5e6b04442d
comparison
equal deleted inserted replaced
4540:9c0cff7a6ca2 4551:350a22c094f2
133 ErrorCode_CanceledJob = 37 /*!< This job was canceled */, 133 ErrorCode_CanceledJob = 37 /*!< This job was canceled */,
134 ErrorCode_BadGeometry = 38 /*!< Geometry error encountered in Stone */, 134 ErrorCode_BadGeometry = 38 /*!< Geometry error encountered in Stone */,
135 ErrorCode_SslInitialization = 39 /*!< Cannot initialize SSL encryption, check out your certificates */, 135 ErrorCode_SslInitialization = 39 /*!< Cannot initialize SSL encryption, check out your certificates */,
136 ErrorCode_DiscontinuedAbi = 40 /*!< Calling a function that has been removed from the Orthanc Framework */, 136 ErrorCode_DiscontinuedAbi = 40 /*!< Calling a function that has been removed from the Orthanc Framework */,
137 ErrorCode_BadRange = 41 /*!< Incorrect range request */, 137 ErrorCode_BadRange = 41 /*!< Incorrect range request */,
138 ErrorCode_DatabaseCannotSerialize = 42 /*!< Database could not serialize access due to concurrent update, the transaction should be retried */,
138 ErrorCode_SQLiteNotOpened = 1000 /*!< SQLite: The database is not opened */, 139 ErrorCode_SQLiteNotOpened = 1000 /*!< SQLite: The database is not opened */,
139 ErrorCode_SQLiteAlreadyOpened = 1001 /*!< SQLite: Connection is already open */, 140 ErrorCode_SQLiteAlreadyOpened = 1001 /*!< SQLite: Connection is already open */,
140 ErrorCode_SQLiteCannotOpen = 1002 /*!< SQLite: Unable to open the database */, 141 ErrorCode_SQLiteCannotOpen = 1002 /*!< SQLite: Unable to open the database */,
141 ErrorCode_SQLiteStatementAlreadyUsed = 1003 /*!< SQLite: This cached statement is already being referred to */, 142 ErrorCode_SQLiteStatementAlreadyUsed = 1003 /*!< SQLite: This cached statement is already being referred to */,
142 ErrorCode_SQLiteExecute = 1004 /*!< SQLite: Cannot execute a command */, 143 ErrorCode_SQLiteExecute = 1004 /*!< SQLite: Cannot execute a command */,