MCPcopy 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

3import "errors"
4
5type wrappedError struct {
6 Message string
7 Err error
8}
9
10func (err *wrappedError) Cause() error {
11 return err.Err

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected