comparison OrthancFramework/Resources/CodeGeneration/ErrorCodes.json @ 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 b7ce2bb6b881
comparison
equal deleted inserted replaced
4622:9086aeb9d9d2 4623:95ffe3b6ef7c
241 }, 241 },
242 { 242 {
243 "Code": 43, 243 "Code": 43,
244 "HttpStatus": 409, 244 "HttpStatus": 409,
245 "Name": "Revision", 245 "Name": "Revision",
246 "Description": "A bad revision number was provided, indicates conflict between multiple updates" 246 "Description": "A bad revision number was provided, which might indicate conflict between multiple writers"
247 }, 247 },
248 248
249 249
250 250
251 /** SQLite **/ 251 /** SQLite **/