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

Method Unwrap

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

This returns the wrapped error or nil if this error does not wrap another error per the Go 2 error introspection proposal: https://go.googlesource.com/proposal/+/master/design/29934-error-values.md

()

Source from the content-addressed store, hash-verified

22 // Go 2 error introspection proposal:
23 // https://go.googlesource.com/proposal/+/master/design/29934-error-values.md
24 Unwrap() error
25
26 // Implements the built-in error interface.
27 Error() string

Callers 4

extractFullErrorMessageFunction · 0.65
unwrapErrorFunction · 0.65
RootDropboxErrorFunction · 0.65
FindWrappedErrorFunction · 0.65

Implementers 1

baseErrorerrors/errors.go

Calls

no outgoing calls

Tested by

no test coverage detected