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