diff OrthancFramework/Resources/CodeGeneration/ErrorCodes.json @ 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
line wrap: on
line diff
--- a/OrthancFramework/Resources/CodeGeneration/ErrorCodes.json	Tue Mar 30 18:10:27 2021 +0200
+++ b/OrthancFramework/Resources/CodeGeneration/ErrorCodes.json	Wed Mar 31 14:34:41 2021 +0200
@@ -239,6 +239,12 @@
     "Name": "DatabaseCannotSerialize",
     "Description": "Database could not serialize access due to concurrent update, the transaction should be retried"
   }, 
+  {
+    "Code": 43,
+    "HttpStatus": 409,
+    "Name": "Revision",
+    "Description": "A bad revision number was provided, indicates conflict between multiple updates"
+  },