Mercurial > hg > orthanc
comparison OrthancFramework/Sources/Enumerations.h @ 5464:38f1d06875ad pg-transactions
delete attachment in case of same instance being uploaded multiple times at the same time
author | Alain Mazy <am@osimis.io> |
---|---|
date | Tue, 12 Dec 2023 17:20:10 +0100 |
parents | ac68a4383e51 |
children | 4dd50c4b985a |
comparison
equal
deleted
inserted
replaced
5459:46ed738c3e5d | 5464:38f1d06875ad |
---|---|
168 ErrorCode_BadRange = 41 /*!< Incorrect range request */, | 168 ErrorCode_BadRange = 41 /*!< Incorrect range request */, |
169 ErrorCode_DatabaseCannotSerialize = 42 /*!< Database could not serialize access due to concurrent update, the transaction should be retried */, | 169 ErrorCode_DatabaseCannotSerialize = 42 /*!< Database could not serialize access due to concurrent update, the transaction should be retried */, |
170 ErrorCode_Revision = 43 /*!< A bad revision number was provided, which might indicate conflict between multiple writers */, | 170 ErrorCode_Revision = 43 /*!< A bad revision number was provided, which might indicate conflict between multiple writers */, |
171 ErrorCode_MainDicomTagsMultiplyDefined = 44 /*!< A main DICOM Tag has been defined multiple times for the same resource level */, | 171 ErrorCode_MainDicomTagsMultiplyDefined = 44 /*!< A main DICOM Tag has been defined multiple times for the same resource level */, |
172 ErrorCode_ForbiddenAccess = 45 /*!< Access to a resource is forbidden */, | 172 ErrorCode_ForbiddenAccess = 45 /*!< Access to a resource is forbidden */, |
173 ErrorCode_DuplicateResource = 46 /*!< Duplicate resource */, | |
173 ErrorCode_SQLiteNotOpened = 1000 /*!< SQLite: The database is not opened */, | 174 ErrorCode_SQLiteNotOpened = 1000 /*!< SQLite: The database is not opened */, |
174 ErrorCode_SQLiteAlreadyOpened = 1001 /*!< SQLite: Connection is already open */, | 175 ErrorCode_SQLiteAlreadyOpened = 1001 /*!< SQLite: Connection is already open */, |
175 ErrorCode_SQLiteCannotOpen = 1002 /*!< SQLite: Unable to open the database */, | 176 ErrorCode_SQLiteCannotOpen = 1002 /*!< SQLite: Unable to open the database */, |
176 ErrorCode_SQLiteStatementAlreadyUsed = 1003 /*!< SQLite: This cached statement is already being referred to */, | 177 ErrorCode_SQLiteStatementAlreadyUsed = 1003 /*!< SQLite: This cached statement is already being referred to */, |
177 ErrorCode_SQLiteExecute = 1004 /*!< SQLite: Cannot execute a command */, | 178 ErrorCode_SQLiteExecute = 1004 /*!< SQLite: Cannot execute a command */, |