diff 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
line wrap: on
line diff
--- a/OrthancFramework/Sources/Enumerations.h	Fri Apr 16 10:48:57 2021 +0200
+++ b/OrthancFramework/Sources/Enumerations.h	Fri Apr 16 17:13:03 2021 +0200
@@ -136,7 +136,7 @@
     ErrorCode_DiscontinuedAbi = 40    /*!< Calling a function that has been removed from the Orthanc Framework */,
     ErrorCode_BadRange = 41    /*!< Incorrect range request */,
     ErrorCode_DatabaseCannotSerialize = 42    /*!< Database could not serialize access due to concurrent update, the transaction should be retried */,
-    ErrorCode_Revision = 43    /*!< A bad revision number was provided, indicates conflict between multiple updates */,
+    ErrorCode_Revision = 43    /*!< A bad revision number was provided, which might indicate conflict between multiple writers */,
     ErrorCode_SQLiteNotOpened = 1000    /*!< SQLite: The database is not opened */,
     ErrorCode_SQLiteAlreadyOpened = 1001    /*!< SQLite: Connection is already open */,
     ErrorCode_SQLiteCannotOpen = 1002    /*!< SQLite: Unable to open the database */,