MCPcopy Index your code
hub / github.com/dropbox/godropbox / GetMessage

Method GetMessage

errors/errors.go:19–19  ·  view source on GitHub ↗

This returns the error message without the stack trace.

()

Source from the content-addressed store, hash-verified

17type DropboxError interface {
18 // This returns the error message without the stack trace.
19 GetMessage() string
20
21 // This returns the wrapped error or nil if this error does not wrap another error per the
22 // Go 2 error introspection proposal:

Callers 3

TestStackTraceFunction · 0.65
makeTestErrorClassifierFunction · 0.65
extractFullErrorMessageFunction · 0.65

Implementers 1

baseErrorerrors/errors.go

Calls

no outgoing calls

Tested by 2

TestStackTraceFunction · 0.52
makeTestErrorClassifierFunction · 0.52