Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CyCoreSystems/ari-proxy
/ wrappedError
Struct
wrappedError
client/errors.go:5–8 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
3
import
"errors"
4
5
type
wrappedError
struct
{
6
Message string
7
Err error
8
}
9
10
func
(err *wrappedError) Cause() error {
11
return
err.Err
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected