Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Snapchat/Valdi
/ getError
Method
getError
valdi_core/src/valdi_core/cpp/Utils/ExceptionTracker.cpp:41–46 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
39
}
40
41
Error ExceptionTracker::getError() const {
42
if (_isEmpty) {
43
return Error(
"No Error"
);
44
}
45
return onGetError();
46
}
47
48
Error ExceptionTracker::extractError() {
49
auto error = getError();
Callers
nothing calls this directly
Calls
1
Error
Class · 0.70
Tested by
no test coverage detected