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

Interface wrapper

functions.go:218–227  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

216}
217
218type wrapper interface {
219 // Message returns the top level error message,
220 // not including the message from the Previous
221 // error.
222 Message() string
223
224 // Underlying returns the Previous error, or nil
225 // if there is none.
226 Underlying() error
227}
228
229var (
230 _ wrapper = (*Err)(nil)

Callers 4

DetailsFunction · 0.65
errorStackFunction · 0.65
DetailsFunction · 0.65
errorStackFunction · 0.65

Implementers 1

Errerror.go

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…