Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/juju/errors
/ Error
Method
Error
error_test.go:187–189 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
185
}
186
187
func
(e error_) Error() string {
188
return
e.info
189
}
190
191
func
newError(message string) error {
192
return
testError{message}
Callers
2
TestErrorString
Method · 0.45
TestNewErrWithCause
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected