MCPcopy Create free account
hub / github.com/Snapchat/Valdi / getErrorCode

Method getErrorCode

valdi_core/src/valdi_core/cpp/Utils/Error.cpp:171–173  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

169}
170
171int32_t Error::getErrorCode() const noexcept {
172 return _storage != nullptr ? _storage->errorCode : 0;
173}
174
175size_t Error::hash() const {
176 return _storage != nullptr ? _storage->hash() : 0;

Callers 1

onUncaughtJsErrorMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected