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

Method Message

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

Message returns the top level error message, not including the message from the Previous error.

()

Source from the content-addressed store, hash-verified

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.

Callers 2

DetailsFunction · 0.65
errorStackFunction · 0.65

Implementers 1

Errerror.go

Calls

no outgoing calls

Tested by

no test coverage detected