MCPcopy Create free account
hub / github.com/juju/errors / complexErrorOther

Struct complexErrorOther

functions_test.go:423–425  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

421}
422
423type complexErrorOther struct {
424 Message string
425}
426
427func (c *complexErrorOther) As(e any) bool {
428 if ce, ok := e.(**complexError); ok {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected