Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/hashicorp/errwrap
/ Error
Method
Error
errwrap.go:168–170 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
166
}
167
168
func
(w *wrappedError) Error() string {
169
return
w.Outer.Error()
170
}
171
172
func
(w *wrappedError) WrappedErrors() []error {
173
return
[]error{w.Outer, w.Inner}
Callers
3
TestGetAll
Function · 0.80
Wrapf
Function · 0.80
GetAll
Function · 0.80
Calls
no outgoing calls
Tested by
1
TestGetAll
Function · 0.64