bakaid commented on a change in pull request #635: MINIFICPP-819 - OPC Unified 
Architecture Support
URL: https://github.com/apache/nifi-minifi-cpp/pull/635#discussion_r329553654
 
 

 ##########
 File path: libminifi/include/Exception.h
 ##########
 @@ -41,12 +41,13 @@ enum ExceptionType {
   SITE2SITE_EXCEPTION,
   GENERAL_EXCEPTION,
   REGEX_EXCEPTION,
+  OPC_EXCEPTION,
   MAX_EXCEPTION
 };
 
 // Exception String 
 static const char *ExceptionStr[MAX_EXCEPTION] = { "File Operation", "Flow 
File Operation", "Processor Operation", "Process Session Operation", "Process 
Schedule Operation", "Site2Site Protocol",
-    "General Operation", "Regex Operation" };
+    "General Operation", "Regex Operation", "OPC_EXCEPTION" };
 
 Review comment:
   All other exception strings are "human-readable", but OPC_EXCEPTION's is not.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to