Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ThePhD/sol2
/ dump_error
Method
dump_error
include/sol/dump_handler.hpp:39–40 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
37
38
public:
39
dump_error(int error_code_) : error(
"dump returned non-zero error of "
+ std::to_string(error_code_)), m_ec(error_code_) {
40
}
41
42
int error_code() const {
43
return m_ec;
Callers
nothing calls this directly
Calls
1
to_string
Function · 0.50
Tested by
no test coverage detected