Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/chridou/http-api-problem
/ source
Method
source
src/api_error.rs:230–232 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
228
229
impl Error for ApiError {
230
fn source(&self) -> Option<&(dyn Error + 'static)> {
231
self.cause.as_ref().map(|e| &**e as _)
232
}
233
}
234
235
impl fmt::Display for ApiError {
Callers
1
detail_message
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected