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