comparison Resources/ErrorCodes.json @ 1705:77d3e3a13c10

integration db-changes->mainline
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 13 Oct 2015 16:42:03 +0200
parents b80e76dd1d56
children d143db00a794
comparison
equal deleted inserted replaced
1700:f5ddbd9239dd 1705:77d3e3a13c10
490 }, 490 },
491 { 491 {
492 "Code": 2038, 492 "Code": 2038,
493 "Name": "DatabaseNotInitialized", 493 "Name": "DatabaseNotInitialized",
494 "Description": "Plugin trying to call the database during its initialization" 494 "Description": "Plugin trying to call the database during its initialization"
495 },
496 {
497 "Code": 2039,
498 "Name": "SslDisabled",
499 "Description": "Orthanc has been built without SSL support"
500 },
501 {
502 "Code": 2040,
503 "Name": "CannotOrderSlices",
504 "Description": "Unable to order the slices of the series"
495 } 505 }
496 ] 506 ]