diff Core/Enumerations.cpp @ 1630:ffd23c0104af

"/system" URI gives information about the plugins used for storage area and DB back-end
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 21 Sep 2015 13:26:45 +0200
parents 2dff2bdffdb8
children 87c77b9b3679
line wrap: on
line diff
--- a/Core/Enumerations.cpp	Fri Sep 18 17:45:59 2015 +0200
+++ b/Core/Enumerations.cpp	Mon Sep 21 13:26:45 2015 +0200
@@ -298,6 +298,15 @@
       case ErrorCode_LuaReturnsNoString:
         return "The Lua function does not return a string";
 
+      case ErrorCode_StorageAreaAlreadyRegistered:
+        return "Another plugin has already registered a custom storage area";
+
+      case ErrorCode_DatabaseBackendAlreadyRegistered:
+        return "Another plugin has already registered a custom database back-end";
+
+      case ErrorCode_DatabasePlugin:
+        return "The plugin implementing a custom database back-end does not fulfill the proper interface";
+
       default:
         return "Unknown error code";
     }