comparison Resources/ErrorCodes.json @ 1674:4fc502d469f4 db-changes

fix build if SSL is disabled
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 02 Oct 2015 13:31:39 +0200
parents 87c77b9b3679
children b80e76dd1d56
comparison
equal deleted inserted replaced
1673:0bbcfd9695e5 1674:4fc502d469f4
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"
495 } 500 }
496 ] 501 ]