Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Exiv2/exiv2
/ Error
Method
Error
src/error.cpp:154–156 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
152
}
153
154
Error::Error(ErrorCode code) : code_(code) {
155
setMsg(0);
156
}
157
158
ErrorCode Error::code() const noexcept {
159
return code_;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected