Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/nifi-minifi-cpp
/ what
Method
what
extensions/script/ScriptException.h:49–51 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
47
virtual ~ScriptException() noexcept = default;
48
49
virtual const char * what() const noexcept {
50
return error_.c_str();
51
}
52
53
private:
54
std::string error_;
Callers
15
connected
Method · 0.45
processOnTrigger
Method · 0.45
onTrigger
Method · 0.45
onTrigger
Method · 0.45
configure
Method · 0.45
eval
Method · 0.45
evalFile
Method · 0.45
initialize
Method · 0.45
onSchedule
Method · 0.45
onTrigger
Method · 0.45
call
Method · 0.45
onTrigger
Method · 0.45
Calls
1
c_str
Method · 0.80
Tested by
1
testRPGBypass
Function · 0.36