MCPcopy
hub / github.com/cloudflare/cloudflared / newDialError

Function newDialError

edgediscovery/dial.go:49–51  ·  view source on GitHub ↗
(err error, message string)

Source from the content-addressed store, hash-verified

47}
48
49func newDialError(err error, message string) error {
50 return DialError{cause: errors.Wrap(err, message)}
51}
52
53func (e DialError) Error() string {
54 return e.cause.Error()

Callers 1

DialEdgeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected