diff Resources/ErrorCodes.json @ 1746:d143db00a794 db-changes

SetOfResources
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 26 Oct 2015 16:04:58 +0100
parents b80e76dd1d56
children 5ad4e4d92ecb
line wrap: on
line diff
--- a/Resources/ErrorCodes.json	Mon Oct 26 13:47:50 2015 +0100
+++ b/Resources/ErrorCodes.json	Mon Oct 26 16:04:58 2015 +0100
@@ -185,6 +185,11 @@
     "Name": "StorageAreaPlugin", 
     "Description": "Error in the plugin implementing a custom storage area"
   },
+  {
+    "Code": 33,
+    "Name": "EmptyRequest",
+    "Description": "The request is empty"
+  },