diff Core/Enumerations.cpp @ 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/Core/Enumerations.cpp	Tue Aug 25 15:59:07 2015 +0200
+++ b/Core/Enumerations.cpp	Tue Aug 25 16:18:37 2015 +0200
@@ -130,6 +130,9 @@
       case ErrorCode_SharedLibrary:
         return "Error while using a shared library (plugin)";
 
+      case ErrorCode_UnknownPluginService:
+        return "Plugin invoking an unknown service";
+
       default:
         return "Unknown error code";
     }