comparison OrthancFramework/Sources/Enumerations.h @ 4623:95ffe3b6ef7c db-changes

handling of revisions for metadata
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 16 Apr 2021 17:13:03 +0200
parents de5e6b04442d
children 521e39b3f2c0
comparison
equal deleted inserted replaced
4622:9086aeb9d9d2 4623:95ffe3b6ef7c
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_Revision = 43 /*!< A bad revision number was provided, which might indicate conflict between multiple writers */,
140 ErrorCode_SQLiteNotOpened = 1000 /*!< SQLite: The database is not opened */, 140 ErrorCode_SQLiteNotOpened = 1000 /*!< SQLite: The database is not opened */,
141 ErrorCode_SQLiteAlreadyOpened = 1001 /*!< SQLite: Connection is already open */, 141 ErrorCode_SQLiteAlreadyOpened = 1001 /*!< SQLite: Connection is already open */,
142 ErrorCode_SQLiteCannotOpen = 1002 /*!< SQLite: Unable to open the database */, 142 ErrorCode_SQLiteCannotOpen = 1002 /*!< SQLite: Unable to open the database */,
143 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 */,
144 ErrorCode_SQLiteExecute = 1004 /*!< SQLite: Cannot execute a command */, 144 ErrorCode_SQLiteExecute = 1004 /*!< SQLite: Cannot execute a command */,