phrocker 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_r330324835
##########
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 Operation" };
Review comment:
Opc exception should be moved into ooc extension, and there should be no
pollution in core
----------------------------------------------------------------
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