MCPcopy 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
41Error ExceptionTracker::getError() const {
42 if (_isEmpty) {
43 return Error("No Error");
44 }
45 return onGetError();
46}
47
48Error ExceptionTracker::extractError() {
49 auto error = getError();

Callers

nothing calls this directly

Calls 1

ErrorClass · 0.70

Tested by

no test coverage detected