Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/juju/errors
/ Error
Method
Error
functions_test.go:415–417 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
413
}
414
415
func
(c *complexError) Error() string {
416
return
c.Message
417
}
418
419
func
(c *complexError) ComplexMessage() string {
420
return
c.Message
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected