comparison OrthancFramework/Resources/CodeGeneration/ErrorCodes.json @ 4551:350a22c094f2 db-changes

testing replay of transactions
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 02 Mar 2021 19:36:59 +0100
parents f77ee6e6cf47
children de5e6b04442d
comparison
equal deleted inserted replaced
4540:9c0cff7a6ca2 4551:350a22c094f2
230 { 230 {
231 "Code": 41, 231 "Code": 41,
232 "HttpStatus" : 416, 232 "HttpStatus" : 416,
233 "Name": "BadRange", 233 "Name": "BadRange",
234 "Description": "Incorrect range request" 234 "Description": "Incorrect range request"
235 },
236 {
237 "Code": 42,
238 "HttpStatus": 503,
239 "Name": "DatabaseCannotSerialize",
240 "Description": "Database could not serialize access due to concurrent update, the transaction should be retried"
235 }, 241 },
236 242
237 243
238 244
239 /** SQLite **/ 245 /** SQLite **/