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

Interface ComplexErrorMessage

functions_test.go:406–409  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

404}
405
406type ComplexErrorMessage interface {
407 error
408 ComplexMessage() string
409}
410
411type complexError struct {
412 Message string

Callers 1

TestAsTypeMethod · 0.65

Implementers 2

complexErrorfunctions_test.go
complexErrorOtherfunctions_test.go

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…