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

Method Underlying

functions.go:226–226  ·  view source on GitHub ↗

Underlying returns the Previous error, or nil if there is none.

()

Source from the content-addressed store, hash-verified

224 // Underlying returns the Previous error, or nil
225 // if there is none.
226 Underlying() error
227}
228
229var (

Callers 2

DetailsFunction · 0.65
errorStackFunction · 0.65

Implementers 1

Errerror.go

Calls

no outgoing calls

Tested by

no test coverage detected