Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dolanor/rip
/ Error
Method
Error
error.go:189–191 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
187
}
188
189
func
(e badRequestError) Error() string {
190
return
"bad request: "
+ e.origin.Error()
191
}
192
193
func
(e badRequestError) Unwrap() error {
194
err := errors.Unwrap(e.origin)
Callers
nothing calls this directly
Calls
1
Error
Method · 0.45
Tested by
no test coverage detected