diff OrthancFramework/Sources/Enumerations.cpp @ 4347:3dffe8f7af48

new error code: ErrorCode_DiscontinuedAbi
author Sebastien Jodogne <s.jodogne@gmail.com>
date Sun, 06 Dec 2020 11:42:39 +0100
parents c70df925151e
children b002f9abe802
line wrap: on
line diff
--- a/OrthancFramework/Sources/Enumerations.cpp	Sat Dec 05 19:15:03 2020 +0100
+++ b/OrthancFramework/Sources/Enumerations.cpp	Sun Dec 06 11:42:39 2020 +0100
@@ -181,6 +181,9 @@
       case ErrorCode_SslInitialization:
         return "Cannot initialize SSL encryption, check out your certificates";
 
+      case ErrorCode_DiscontinuedAbi:
+        return "Calling a function that has been removed from the Orthanc Framework";
+
       case ErrorCode_SQLiteNotOpened:
         return "SQLite: The database is not opened";