diff 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
line wrap: on
line diff
--- a/OrthancFramework/Resources/CodeGeneration/ErrorCodes.json	Sat Dec 05 19:15:03 2020 +0100
+++ b/OrthancFramework/Resources/CodeGeneration/ErrorCodes.json	Sun Dec 06 11:42:39 2020 +0100
@@ -222,6 +222,11 @@
     "Name": "SslInitialization", 
     "Description": "Cannot initialize SSL encryption, check out your certificates"
   }, 
+  {
+    "Code": 40, 
+    "Name": "DiscontinuedAbi", 
+    "Description": "Calling a function that has been removed from the Orthanc Framework"
+  },