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