comparison OrthancFramework/Sources/Enumerations.h @ 4608:de5e6b04442d db-changes

added ErrorCode_Revision
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 31 Mar 2021 14:34:41 +0200
parents 350a22c094f2
children 95ffe3b6ef7c
comparison
equal deleted inserted replaced
4607:f75c63aa9de0 4608:de5e6b04442d
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_DatabaseCannotSerialize = 42 /*!< Database could not serialize access due to concurrent update, the transaction should be retried */,
139 ErrorCode_Revision = 43 /*!< A bad revision number was provided, indicates conflict between multiple updates */,
139 ErrorCode_SQLiteNotOpened = 1000 /*!< SQLite: The database is not opened */, 140 ErrorCode_SQLiteNotOpened = 1000 /*!< SQLite: The database is not opened */,
140 ErrorCode_SQLiteAlreadyOpened = 1001 /*!< SQLite: Connection is already open */, 141 ErrorCode_SQLiteAlreadyOpened = 1001 /*!< SQLite: Connection is already open */,
141 ErrorCode_SQLiteCannotOpen = 1002 /*!< SQLite: Unable to open the database */, 142 ErrorCode_SQLiteCannotOpen = 1002 /*!< SQLite: Unable to open the database */,
142 ErrorCode_SQLiteStatementAlreadyUsed = 1003 /*!< SQLite: This cached statement is already being referred to */, 143 ErrorCode_SQLiteStatementAlreadyUsed = 1003 /*!< SQLite: This cached statement is already being referred to */,
143 ErrorCode_SQLiteExecute = 1004 /*!< SQLite: Cannot execute a command */, 144 ErrorCode_SQLiteExecute = 1004 /*!< SQLite: Cannot execute a command */,