MCPcopy Create free account
hub / github.com/dim-an/cod / Error

Method Error

server/request.go:138–140  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

136}
137
138func (e RemoteError) Error() string {
139 return fmt.Sprintf("server returned error: %s", e.Message)
140}
141
142func verifyMessageType(msg interface{}) {
143 if msg != nil {

Callers 4

TestExampleConfigurationFunction · 0.45
TestLearnBrokenFunction · 0.45
WarnErrorMethod · 0.45

Calls

no outgoing calls

Tested by 3

TestExampleConfigurationFunction · 0.36
TestLearnBrokenFunction · 0.36