MCPcopy Index your code
hub / github.com/CyCoreSystems/ari-proxy / Error

Method Error

client/errors.go:14–16  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

12}
13
14func (err *wrappedError) Error() string {
15 return err.Message + ": " + err.Err.Error()
16}
17
18// remote error, used wrap the error response before sending
19

Callers

nothing calls this directly

Calls 1

ErrorMethod · 0.45

Tested by

no test coverage detected