comparison OrthancFramework/Resources/CodeGeneration/ErrorCodes.json @ 4347:3dffe8f7af48

new error code: ErrorCode_DiscontinuedAbi
author Sebastien Jodogne <s.jodogne@gmail.com>
date Sun, 06 Dec 2020 11:42:39 +0100
parents 0327421506ad
children f77ee6e6cf47
comparison
equal deleted inserted replaced
4346:1f08180cd86f 4347:3dffe8f7af48
219 }, 219 },
220 { 220 {
221 "Code": 39, 221 "Code": 39,
222 "Name": "SslInitialization", 222 "Name": "SslInitialization",
223 "Description": "Cannot initialize SSL encryption, check out your certificates" 223 "Description": "Cannot initialize SSL encryption, check out your certificates"
224 },
225 {
226 "Code": 40,
227 "Name": "DiscontinuedAbi",
228 "Description": "Calling a function that has been removed from the Orthanc Framework"
224 }, 229 },
225 230
226 231
227 232
228 /** SQLite **/ 233 /** SQLite **/