diff Resources/ErrorCodes.json @ 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/Resources/ErrorCodes.json	Fri Sep 18 17:45:59 2015 +0200
+++ b/Resources/ErrorCodes.json	Mon Sep 21 13:26:45 2015 +0200
@@ -468,5 +468,20 @@
     "Code": 2035, 
     "Name": "LuaReturnsNoString", 
     "Description": "The Lua function does not return a string"
+  },
+  {
+    "Code": 2036,
+    "Name": "StorageAreaAlreadyRegistered",
+    "Description": "Another plugin has already registered a custom storage area"
+  },
+  {
+    "Code": 2037,
+    "Name": "DatabaseBackendAlreadyRegistered",
+    "Description": "Another plugin has already registered a custom database back-end"
+  }, 
+  {
+    "Code": 2038, 
+    "Name": "DatabasePlugin", 
+    "Description": "The plugin implementing a custom database back-end does not fulfill the proper interface"
   }
 ]