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

Struct codedError

client/errors.go:20–23  ·  view source on GitHub ↗

remote error, used wrap the error response before sending

Source from the content-addressed store, hash-verified

18// remote error, used wrap the error response before sending
19
20type codedError struct {
21 err error
22 code int
23}
24
25func (err *codedError) Error() string {
26 return err.err.Error()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected