Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/nifi-minifi-cpp
/ errormsg
Method
errormsg
extensions/sqlite/SQLiteConnection.h:253–255 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
251
}
252
253
std::string errormsg() {
254
return sqlite3_errmsg(db_);
255
}
256
257
private:
258
std::shared_ptr<logging::Logger> logger_;
Callers
2
onTrigger
Method · 0.80
onTrigger
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected