diff Resources/ErrorCodes.json @ 1581:357c4bb15701

Plugins have access to explicit error codes
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 25 Aug 2015 16:18:37 +0200
parents b93c398f934d
children bd1889029cbb
line wrap: on
line diff
--- a/Resources/ErrorCodes.json	Tue Aug 25 15:59:07 2015 +0200
+++ b/Resources/ErrorCodes.json	Tue Aug 25 16:18:37 2015 +0200
@@ -121,7 +121,7 @@
     {
         "Code": 20, 
         "Name": "CorruptedFile", 
-        "Description": "Corrupted file (inconsistent MD5 hash)"
+        "Description": "Corrupted file (e.g. inconsistent MD5 hash)"
     }, 
     {
         "Code": 21, 
@@ -148,5 +148,10 @@
         "Code": 25, 
         "Name": "SharedLibrary", 
         "Description": "Error while using a shared library (plugin)"
+    }, 
+    {
+        "Code": 26, 
+        "Name": "UnknownPluginService", 
+        "Description": "Plugin invoking an unknown service"
     }
 ]